From 5bf2ef9febf9b9219d3c9d516b526026f88dc244 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Wed, 9 Feb 2005 09:00:13 +0000 Subject: [PATCH] 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. --- theme/orangewhite/styles_layout.css | 12 ++++++++++++ theme/standard/styles_layout.css | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/theme/orangewhite/styles_layout.css b/theme/orangewhite/styles_layout.css index 48ede844c3a..fbc2d2db7e6 100644 --- a/theme/orangewhite/styles_layout.css +++ b/theme/orangewhite/styles_layout.css @@ -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; diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index e15d3d78f88..0c2928484cb 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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 {