mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Some work on the module management page and making some CSS a bit more generic.
--HG-- branch : dev
This commit is contained in:
@@ -303,7 +303,14 @@ form.link button:hover {
|
||||
#main h1, #main h2 {
|
||||
border-bottom:1px solid #bdbcbc;
|
||||
}
|
||||
|
||||
#main ul h2 {
|
||||
border-bottom:0;
|
||||
margin:.2em 0;
|
||||
}
|
||||
#main ul h3 {
|
||||
font-size:1.6em;
|
||||
margin:0 0 .2em;
|
||||
}
|
||||
|
||||
/* Confirmations, Messages and the like
|
||||
----------------------------------------------------------*/
|
||||
@@ -616,26 +623,21 @@ button.ibutton {
|
||||
----------------------------------------------------------*/
|
||||
.contentItems {
|
||||
background:#FFF;
|
||||
box-shadow:inset 0 1px 2px #878686;
|
||||
-moz-box-shadow:inset 0 1px 3px #878686;
|
||||
-webkit-box-shadow:inset 0 1px 2px #878686;
|
||||
margin:1.4em 0;
|
||||
padding:2px;
|
||||
}
|
||||
.contentItems li {
|
||||
background:#FFF;
|
||||
border-bottom:1px solid #eaeaea;
|
||||
margin:0;
|
||||
overflow:hidden;
|
||||
padding:.4em 1.4em;
|
||||
padding:0 1.4em .8em;
|
||||
}
|
||||
.contentItems li.first {
|
||||
background:#fff url(images/backgroundGradient.gif) repeat-x top left;
|
||||
}
|
||||
.contentItems li li.last {
|
||||
.contentItems li.last {
|
||||
border-bottom:0;
|
||||
}
|
||||
#main .contentItems li h3 {
|
||||
border-bottom:0;
|
||||
margin-top:0;
|
||||
}
|
||||
#main .contentItems li .actions {
|
||||
color:#EAE9D9;
|
||||
height:auto;
|
||||
@@ -849,10 +851,10 @@ h3 .icon {
|
||||
.pageList {
|
||||
margin:0;
|
||||
padding:0;
|
||||
background:#FFFFFF url(images/backgroundGradient.gif) repeat-x scroll left top;
|
||||
/*background:#FFFFFF url(images/backgroundGradient.gif) repeat-x scroll left top;*/
|
||||
}
|
||||
.orchard-pages .contentItems {
|
||||
margin:1em 0 0 0;
|
||||
margin:.5em 0 0;
|
||||
padding:0;
|
||||
}
|
||||
.contentItems .properties ul.pageStatus {
|
||||
|
Reference in New Issue
Block a user