mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 12:03:51 +08:00
Fixed margin on modules page.
--HG-- branch : dev
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
.switch-for-switchable {
|
.switch-for-switchable {
|
||||||
margin:0 0 -34px;
|
margin:0 0 -24px;
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
}
|
}
|
||||||
.switch-for-switchable .switch-button-group {
|
.switch-for-switchable .switch-button-group {
|
||||||
@@ -20,9 +20,9 @@
|
|||||||
.switch-for-switchable .summary-view {
|
.switch-for-switchable .summary-view {
|
||||||
background:url("images/summary-view.gif") no-repeat left top;
|
background:url("images/summary-view.gif") no-repeat left top;
|
||||||
border-right:1px solid #bcbcbc;
|
border-right:1px solid #bcbcbc;
|
||||||
border-radius:3px 0 0 3px;
|
border-radius:2px 0 0 2px;
|
||||||
-moz-border-radius:3px 0 0 3px;
|
-moz-border-radius:2px 0 0 2px;
|
||||||
-webkit-border-radius:3px 0 0 3px;
|
-webkit-border-radius:2px 0 0 2px;
|
||||||
}
|
}
|
||||||
.switch-for-switchable.summary-switched .summary-view {
|
.switch-for-switchable.summary-switched .summary-view {
|
||||||
background:url("images/summary-view-on.gif") no-repeat left top;
|
background:url("images/summary-view-on.gif") no-repeat left top;
|
||||||
@@ -32,9 +32,9 @@
|
|||||||
.switch-for-switchable .detail-view {
|
.switch-for-switchable .detail-view {
|
||||||
background:url("images/detail-view.gif") no-repeat left top;
|
background:url("images/detail-view.gif") no-repeat left top;
|
||||||
border-right:1px solid #898989;
|
border-right:1px solid #898989;
|
||||||
border-radius:0 3px 3px 0;
|
border-radius:0 2px 2px 0;
|
||||||
-moz-border-radius:0 3px 3px 0;
|
-moz-border-radius:0 2px 2px 0;
|
||||||
-webkit-border-radius:0 3px 3px 0;
|
-webkit-border-radius:0 2px 2px 0;
|
||||||
}
|
}
|
||||||
.switch-for-switchable.detail-switched .detail-view {
|
.switch-for-switchable.detail-switched .detail-view {
|
||||||
background:url("images/detail-view-on.gif") no-repeat left top;
|
background:url("images/detail-view-on.gif") no-repeat left top;
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ Text: #333333
|
|||||||
Secondary Text:
|
Secondary Text:
|
||||||
Main Accent:
|
Main Accent:
|
||||||
Links: 1e5d7d
|
Links: 1e5d7d
|
||||||
|
New Links: #3a822e;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Reset
|
/* Reset
|
||||||
|
|||||||
Reference in New Issue
Block a user