Nice borders all around the header when a sideblock is collapsed.

This commit is contained in:
defacer 2005-05-10 17:09:15 +00:00
parent bae2f74800
commit e6890163dd
2 changed files with 11 additions and 4 deletions

View File

@ -234,7 +234,10 @@ body#admin-index .c0 {
border-top-color:#999999;
}
.sideblock .list {
#left-column .hidden .header,
#right-column .hidden .header
{
border-bottom-color: #dddddd;
}
.sideblock .header .hide-show img.hide-show-image {

View File

@ -334,9 +334,6 @@ body#admin-config .confighelp {
clear: both;
}
.sideblock .header .title {
}
.sideblock .header .commands a {
margin: 0px 2px;
}
@ -355,6 +352,13 @@ body#admin-config .confighelp {
border-top:1px solid;
}
#left-column .hidden .header,
#right-column .hidden .header
{
border-bottom-width: 1px;
border-bottom-style: solid;
}
#left-column .hidden .content,
#right-column .hidden .content
{