From 1496fab6d99af484a34126d6672cd2bed008a842 Mon Sep 17 00:00:00 2001 From: tworrall Date: Sun, 24 Jun 2012 21:23:49 +0000 Subject: [PATCH] page management changes --- themes/wilma/css/wilma.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 0e8aa8c3..d57adc13 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1636,4 +1636,15 @@ span.subclassExpandPlus { span.subclassExpandMinus { padding-right: 14px; background: url(../images/green_minus_sign.gif) left center no-repeat; -} \ No newline at end of file +} +/* -------------------------------------------------> */ +/* PAGE MANAGEMENT --------------------------------> */ +/* -------------------------------------------------> */ +.expandArrow { + background:url(../images/green_plus_sign.gif) right center no-repeat; + min-height:18px; +} +.collapseArrow { + background:url(../images/green_minus_sign.gif) right center no-repeat; + min-height:18px; +}