mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixed feature layout margins in the features' card UI
--HG-- branch : dev
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
}
|
||||
.features.summary-view .category {
|
||||
overflow:hidden;
|
||||
padding-bottom:1.5em;
|
||||
padding-bottom:1em;
|
||||
}
|
||||
.features.summary-view .feature {
|
||||
border:1px solid #EAEAEA;
|
||||
@@ -35,15 +35,9 @@
|
||||
margin-right:0;
|
||||
}
|
||||
|
||||
.features.summary-view .feature {
|
||||
margin-bottom:.5em;
|
||||
}
|
||||
.features.detail-view .feature {
|
||||
padding:.25em 0;
|
||||
}
|
||||
.features.summary-view .feature {
|
||||
margin-bottom:inherit;
|
||||
}
|
||||
.features .enabled.feature {
|
||||
background:#FFF;
|
||||
}
|
||||
|
Reference in New Issue
Block a user