aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-07-26 02:39:15 +0000
committerMark Lentczner <markl@glyphic.com>2010-07-26 02:39:15 +0000
commitb195ecb345132895e0564e4e849196d137e24cdd (patch)
treee93ad45948aabbccfd4efca9aa508a5c93fc9459 /html
parent82702b85d29a7b45f53cb7da2e986ae477e985ff (diff)
make module list use new collapsers
Diffstat (limited to 'html')
-rw-r--r--html/themes/Ocean/ocean.css14
-rw-r--r--html/themes/Snappy/snappy.css21
-rw-r--r--html/themes/Tibbe/tibbe.css15
3 files changed, 43 insertions, 7 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;
diff --git a/html/themes/Snappy/snappy.css b/html/themes/Snappy/snappy.css
index 52215f93..d3d5bf84 100644
--- a/html/themes/Snappy/snappy.css
+++ b/html/themes/Snappy/snappy.css
@@ -142,13 +142,28 @@ ul.links li {
.hide { display: none; }
.show { }
+
.collapser {
- background: url(minus.gif) no-repeat 0 17px;
+ background-image: url(minus.gif);
+ background-repeat: no-repeat;
}
.expander {
- background: url(plus.gif) no-repeat 0 17px;
+ background-image: url(plus.gif);
+ background-repeat: no-repeat;
+}
+
+span.module.collapser,
+span.module.expander {
+ background-position: 0 6px;
+}
+p.caption.collapser,
+p.caption.expander {
+ background-position: 0 17px;
}
-.subs .collapser, .subs .expander {
+#module-list .collapser,
+#module-list .expander,
+.subs p.caption.collapser,
+.subs p.caption.expander {
padding-left: 14px;
margin-left: -14px;
cursor: pointer;
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;