mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Added drop shadows to manage features page.
--HG-- branch : dev
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
#main .features h2 {
|
#main .features h2 {
|
||||||
margin-top:0;
|
margin-top:0;
|
||||||
}
|
}
|
||||||
|
#main .features h3 {
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
.features.detail-view .category > ul {
|
.features.detail-view .category > ul {
|
||||||
border:1px solid #EAEAEA;
|
border:1px solid #EAEAEA;
|
||||||
margin-bottom:2em;
|
margin-bottom:2em;
|
||||||
@@ -11,6 +14,9 @@
|
|||||||
}
|
}
|
||||||
.features.summary-view .feature {
|
.features.summary-view .feature {
|
||||||
border:1px solid #EAEAEA;
|
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;
|
display:block;
|
||||||
float:left;
|
float:left;
|
||||||
height:5em;
|
height:5em;
|
||||||
|
|||||||
Reference in New Issue
Block a user