mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Added drop shadows to manage features page.
--HG-- branch : dev
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#main .features h2 {
|
||||
margin-top:0;
|
||||
}
|
||||
#main .features h3 {
|
||||
padding:0;
|
||||
}
|
||||
.features.detail-view .category > ul {
|
||||
border:1px solid #EAEAEA;
|
||||
margin-bottom:2em;
|
||||
@@ -11,6 +14,9 @@
|
||||
}
|
||||
.features.summary-view .feature {
|
||||
border:1px solid #EAEAEA;
|
||||
box-shadow: 0px 1px 2px #d6d6d6;
|
||||
-moz-box-shadow: 0px 1px 2px #d6d6d6;
|
||||
-webkit-box-shadow: 0px 1px 2px #d6d6d6;
|
||||
display:block;
|
||||
float:left;
|
||||
height:5em;
|
||||
|
Reference in New Issue
Block a user