You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2009/11/07 10:57:15 UTC

svn commit: r833667 - /ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css

Author: buscob
Date: Sat Nov  7 09:57:14 2009
New Revision: 833667

URL: http://svn.apache.org/viewvc?rev=833667&view=rev
Log:
Bluelight theme improved:
A better screenlet collapsed/expanded icon

Modified:
    ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css

Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css?rev=833667&r1=833666&r2=833667&view=diff
==============================================================================
--- ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css (original)
+++ ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css Sat Nov  7 09:57:14 2009
@@ -1251,16 +1251,14 @@
 
 .screenlet-title-bar ul .collapsed,
 .screenlet-title-bar ul .collapsed:hover {
-    background: url(/images/expand.gif) no-repeat center center;
-    min-height: 1.1em;
-    min-width: 1.1em;
+background: url(/bluelight/images/bullet_toggle_plus.png) no-repeat right;
+width:16px;
 }
 
 .screenlet-title-bar ul .expanded,
 .screenlet-title-bar ul .expanded:hover {
-    background: url(/images/collapse.gif) no-repeat center center;
-    min-height: 1.1em;
-    min-width: 1.1em;
+background: url(/bluelight/images/bullet_toggle_minus.png) no-repeat right;
+width:16px;
 }
 
 .screenlet-title-bar ul .collapsed a,