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:
urs_hunkler
2005-02-09 09:00:13 +00:00
parent 24a44be1e7
commit 5bf2ef9feb
2 changed files with 14 additions and 2 deletions
+12
View File
@@ -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;
+2 -2
View File
@@ -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 {