aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/cms_style/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'ratatoeskr/cms_style/layout.css')
-rw-r--r--ratatoeskr/cms_style/layout.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/ratatoeskr/cms_style/layout.css b/ratatoeskr/cms_style/layout.css
index 1163887..a88537d 100644
--- a/ratatoeskr/cms_style/layout.css
+++ b/ratatoeskr/cms_style/layout.css
@@ -257,3 +257,15 @@ ul.bulletfree {
list-style: none;
padding-left: 0mm;
}
+
+.metabar_element_expanded {
+ min-height: 12px;
+ background: url(images/expandarrow_expanded.png) 0px 4px no-repeat;
+ padding-left: 12px;
+}
+
+.metabar_element_collapsed {
+ min-height: 12px;
+ background: url(images/expandarrow_collapsed.png) 0px 4px no-repeat;
+ padding-left: 12px;
+} \ No newline at end of file