From d38cba8d577b67e68fe1558ea72fa6b19c9ca505 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Mon, 21 May 2012 22:26:21 +0200 Subject: Made collapse/expand feature more obvious. * The underlining on hovering makes it more obvious that something will happen, if you click on it. * Also cleaned up the stylesheet a bit. --- ratatoeskr/cms_style/layout.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/ratatoeskr/cms_style/layout.css b/ratatoeskr/cms_style/layout.css index a88537d..fde0fac 100644 --- a/ratatoeskr/cms_style/layout.css +++ b/ratatoeskr/cms_style/layout.css @@ -258,14 +258,20 @@ ul.bulletfree { padding-left: 0mm; } -.metabar_element_expanded { +.metabar_element_expanded, .metabar_element_collapsed { min-height: 12px; - background: url(images/expandarrow_expanded.png) 0px 4px no-repeat; padding-left: 12px; + cursor: pointer; +} + +.metabar_element_expanded:hover, .metabar_element_collapsed:hover { + text-decoration: underline; +} + +.metabar_element_expanded { + background: url(images/expandarrow_expanded.png) 0px 4px no-repeat; } .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 -- cgit v1.2.3-54-g00ecf