From b195ecb345132895e0564e4e849196d137e24cdd Mon Sep 17 00:00:00 2001 From: Mark Lentczner Date: Mon, 26 Jul 2010 02:39:15 +0000 Subject: make module list use new collapsers --- html/themes/Ocean/ocean.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'html/themes/Ocean/ocean.css') diff --git a/html/themes/Ocean/ocean.css b/html/themes/Ocean/ocean.css index f671a170..53af455f 100644 --- a/html/themes/Ocean/ocean.css +++ b/html/themes/Ocean/ocean.css @@ -75,10 +75,20 @@ ul.links li a { padding: 5px 10px; } .clear { clear: both; } .collapser { - background: url(minus.gif) no-repeat 0 0.4em; + background-image: url(minus.gif); + background-repeat: no-repeat; } .expander { - background: url(plus.gif) no-repeat 0 0.4em; + background-image: url(plus.gif); + background-repeat: no-repeat; +} +span.module.collapser, +span.module.expander { + background-position: 0 0.3em; +} +p.caption.collapser, +p.caption.expander { + background-position: 0 0.4em; } .collapser, .expander { padding-left: 14px; -- cgit v1.2.3