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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

buscob
Author: buscob
Date: Fri Oct  2 05:35:23 2009
New Revision: 820890

URL: http://svn.apache.org/viewvc?rev=820890&view=rev
Log:
up-right screenlet corner is now rounded in bluelight theme

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=820890&r1=820889&r2=820890&view=diff
==============================================================================
--- ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css (original)
+++ ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css Fri Oct  2 05:35:23 2009
@@ -720,7 +720,8 @@
 }
 
 DIV.screenlet {
-    background-color: #FFFFFF;
+    background: url("/bluelight/box-head-tr.gif") no-repeat top right;
+    background-color: #5CA3D7;
     height: auto !important;
     height: 1%;
     margin-bottom: 1em;
@@ -1149,7 +1150,6 @@
 
 .screenlet-title-bar {
     background: url("/bluelight/box-head-tl.gif") no-repeat;
-    background-color: #5CA3D7;
     color: #ffffff;
     height: 1%; /* IE fix */
     min-height: 1.5em;