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/Tibbe/tibbe.css | |
parent | 82702b85d29a7b45f53cb7da2e986ae477e985ff (diff) |
make module list use new collapsers
Diffstat (limited to 'html/themes/Tibbe/tibbe.css')
-rw-r--r-- | html/themes/Tibbe/tibbe.css | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/html/themes/Tibbe/tibbe.css b/html/themes/Tibbe/tibbe.css index d92c269b..886e3253 100644 --- a/html/themes/Tibbe/tibbe.css +++ b/html/themes/Tibbe/tibbe.css @@ -227,11 +227,22 @@ dd { .hide { display: none; } .show { } + .collapser { - background: url(minus.gif) no-repeat 0 1.3em; + background-image: url(minus.gif); + background-repeat: no-repeat; } .expander { - background: url(plus.gif) no-repeat 0 1.3em; + 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 1.3em; } .collapser, .expander { padding-left: 14px; |