Author: jleroux
Date: Sun May 10 11:48:33 2009
New Revision: 773326
URL:
http://svn.apache.org/viewvc?rev=773326&view=revLog:
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;
+}