mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Nice borders all around the header when a sideblock is collapsed.
This commit is contained in:
parent
bae2f74800
commit
e6890163dd
@ -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 {
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user