added the "switch_minus" icon for hide/show and renamed switch to "switch_plus". Changed the themes "styles_layout" for "standard" and "orangewhite" to use the "plus" and "minus" icons.
This commit is contained in:
@@ -684,6 +684,18 @@ TD.cal_event_description {
|
||||
padding-top:0.35em;
|
||||
}
|
||||
|
||||
.sideblock .sideblockheading .hide-show img {
|
||||
background: url('../../pix/t/switch_minus.gif') no-repeat bottom;
|
||||
}
|
||||
|
||||
.sideblock.hidden .sideblockheading .hide-show img {
|
||||
background: url('../../pix/t/switch_plus.gif') no-repeat bottom;
|
||||
}
|
||||
|
||||
.sideblock.hidden .sideblockmain {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sideblockmain HR {
|
||||
height:1px;
|
||||
border:none;
|
||||
|
||||
@@ -461,11 +461,11 @@ td.cal_event_description {
|
||||
}
|
||||
|
||||
.sideblock .sideblockheading .hide-show img {
|
||||
background: url('../../pix/t/switch.gif') no-repeat bottom;
|
||||
background: url('../../pix/t/switch_minus.gif') no-repeat bottom;
|
||||
}
|
||||
|
||||
.sideblock.hidden .sideblockheading .hide-show img {
|
||||
background: url('../../pix/t/down.gif') no-repeat bottom;
|
||||
background: url('../../pix/t/switch_plus.gif') no-repeat bottom;
|
||||
}
|
||||
|
||||
.sideblock.hidden .sideblockmain {
|
||||
|
||||
Reference in New Issue
Block a user