You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/05/10 13:48:33 UTC

svn commit: r773326 - in /ofbiz/trunk/themes: bluelight/webapp/bluelight/style.css flatgrey/webapp/flatgrey/maincss.css

Author: jleroux
Date: Sun May 10 11:48:33 2009
New Revision: 773326

URL: http://svn.apache.org/viewvc?rev=773326&view=rev
Log:
Easier reading in Webtools (copied from BizznessTime)

Modified:
    ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
    ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.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=773326&r1=773325&r2=773326&view=diff
==============================================================================
--- ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css (original)
+++ ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css Sun May 10 11:48:33 2009
@@ -2089,3 +2089,11 @@
     {
     float: right;
 }
+
+/***********************************************
+Webtools
+***********************************************/
+.webToolList h3 {
+  margin:0.75em 0 0.09em 0;
+  text-transform:uppercase;
+}

Modified: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css?rev=773326&r1=773325&r2=773326&view=diff
==============================================================================
--- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css (original)
+++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Sun May 10 11:48:33 2009
@@ -2119,3 +2119,11 @@
 .manage-portal-column-toolbar #column-width {
 float: right;
 }
+
+/***********************************************
+Webtools
+***********************************************/
+.webToolList h3 {
+  margin:0.75em 0 0.09em 0;
+  text-transform:uppercase;
+}