Fixed margin on modules page.

--HG--
branch : dev
This commit is contained in:
jowall
2011-02-18 12:52:02 -08:00
parent 82e18caec4
commit 80674907a7
2 changed files with 8 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
.switch-for-switchable {
margin:0 0 -34px;
margin:0 0 -24px;
overflow:auto;
}
.switch-for-switchable .switch-button-group {
@@ -20,9 +20,9 @@
.switch-for-switchable .summary-view {
background:url("images/summary-view.gif") no-repeat left top;
border-right:1px solid #bcbcbc;
border-radius:3px 0 0 3px;
-moz-border-radius:3px 0 0 3px;
-webkit-border-radius:3px 0 0 3px;
border-radius:2px 0 0 2px;
-moz-border-radius:2px 0 0 2px;
-webkit-border-radius:2px 0 0 2px;
}
.switch-for-switchable.summary-switched .summary-view {
background:url("images/summary-view-on.gif") no-repeat left top;
@@ -32,9 +32,9 @@
.switch-for-switchable .detail-view {
background:url("images/detail-view.gif") no-repeat left top;
border-right:1px solid #898989;
border-radius:0 3px 3px 0;
-moz-border-radius:0 3px 3px 0;
-webkit-border-radius:0 3px 3px 0;
border-radius:0 2px 2px 0;
-moz-border-radius:0 2px 2px 0;
-webkit-border-radius:0 2px 2px 0;
}
.switch-for-switchable.detail-switched .detail-view {
background:url("images/detail-view-on.gif") no-repeat left top;