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/10/10 19:23:03 UTC

svn commit: r823894 - /ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css

Author: jleroux
Date: Sat Oct 10 17:23:02 2009
New Revision: 823894

URL: http://svn.apache.org/viewvc?rev=823894&view=rev
Log:
Mmm... Forgot to fix left and left-only in Bizness Time at r823892
If nobody see a problem with these changes (to check compare the main SFA and Find Sales Forecast screens in trunk and R9.04) I will backport them

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

Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css?rev=823894&r1=823893&r2=823894&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css Sat Oct 10 17:23:02 2009
@@ -701,7 +701,7 @@
 }
 
 .left {
-    float: right; 
+    float: left; 
     overflow: hidden; 
     margin: 0 0 0 0; 
     padding: 0;
@@ -714,7 +714,7 @@
 }
 
 .leftonly {
-    float: left; 
+    float: right; 
     overflow: hidden; 
     margin: 0; 
     padding: 0;