Fix images for collapsed groups (temporary hack)
authorJesse Weaver <pianohacker@gmail.com>
Thu, 5 Nov 2009 03:42:26 +0000 (20:42 -0700)
committerJesse Weaver <pianohacker@gmail.com>
Thu, 5 Nov 2009 03:42:26 +0000 (20:42 -0700)
koha-tmpl/intranet-tmpl/prog/en/css/preferences.css

index 310c96a..7752f64 100644 (file)
@@ -51,13 +51,11 @@ h3 {
 }
 
 h3.expanded {
-       background : transparent url("../../img/collapse.gif") 0 6px no-repeat;
        cursor : pointer;
-       padding-left : 12px;
 }
 
 h3.collapsed {
-       background : transparent url("../../img/expand.gif") 0 6px no-repeat;   
+       background : transparent url("../../img/more.gif") 0 6px no-repeat;     
        cursor : pointer;
        padding-left : 12px;
 }