Cleaning up the widgets admin CSS a little.

--HG--
branch : 1.x
This commit is contained in:
Nathan Heskew
2011-04-06 10:51:24 -07:00
parent d0a810d6da
commit 8cf0dc7dec

View File

@@ -57,9 +57,7 @@ margin-bottom:10px;
list-style:decimal inside;
}
*/
.widgets-listed ol {
}
.widgets-listed ol { }
#widgets-orphans ul {
margin-top:10px;
}
@@ -82,7 +80,6 @@ margin:0;
}
.widgets-listed li:hover, .widgets-listed li.on {
/*border-color:#bfd3a7;*/
border-color:#487328;
}
#widgets-available h2 {
@@ -101,23 +98,19 @@ padding:5px 100px 5px 25px;
#widgets-layer-visibility li {
margin:1px 0 0;
}
.widgets-listed li li.widgets-this-layer, #widgets-layer-visibility li.widgets-this-layer {
border-color:#cfe493;
.widgets-listed li li.widgets-this-layer, #widgets-layer-visibility li.widgets-this-layer, #widgets-layer-visibility li.on {
border-color:#487328;
}
.widgets-listed li li.widgets-this-layer, #widgets-layer-visibility li.widgets-this-layer {
background-color:#e6f1c9;
}
/*#widgets-layer-visibility li.widgets-this-layer:hover {
border-color:#487328;
}*/
.widgets-listed li li.widgets-this-layer:hover, #widgets-layer-visibility li:hover {
/*border-color:#bfd3a7;*/
border-color:#487328;
}
#widgets-layer-visibility li.widgets-empty-layer:hover, #widgets-layer-visibility li.off:hover {
border-color:#eaeaea;
}
#widgets-layer-visibility li.widgets-this-layer.widgets-empty-layer:hover {
border-color:#cfe493;
border-color:#487328;
}
.widgets-listed .widgets-mover {
@@ -184,12 +177,8 @@ display:block;
padding:5px 10px;
}
#widgets-available li a:hover {
/*border-color:#bfd3a7;*/
border-color:#487328;
}
/*#widgets-available a h2, #widgets-available a p {
color:#333;
}*/
#widgets-available a p {
margin-top:5px;
}
@@ -210,9 +199,6 @@ background-position:5px 11px;
background-repeat:no-repeat;
cursor:pointer;
}
/*#widgets-layer-visibility .widgets-this-layer .widgets-empty-layer {
background-image:none;
}*/
#widgets-layer-visibility .widgets-this-layer {cursor:default;}
#widgets-layer-visibility .widgets-other-layer.off, #widgets-layer-visibility .widgets-other-layer.off:hover {
background-position:5px -17px;