diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-07-26 02:39:15 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-07-26 02:39:15 +0000 |
commit | b195ecb345132895e0564e4e849196d137e24cdd (patch) | |
tree | e93ad45948aabbccfd4efca9aa508a5c93fc9459 /html/themes/Ocean/ocean.css | |
parent | 82702b85d29a7b45f53cb7da2e986ae477e985ff (diff) |
make module list use new collapsers
Diffstat (limited to 'html/themes/Ocean/ocean.css')
-rw-r--r-- | html/themes/Ocean/ocean.css | 14 |
1 files changed, 12 insertions, 2 deletions
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; |