Author: jleroux
Date: Mon Oct 12 13:34:58 2009
New Revision: 824330

URL: http://svn.apache.org/viewvc?rev=824330&view=rev
Log:
Same change as in r823892 (in trunk) for Bizness Time. 
I don't care for smoothfeather

Modified:
    
ofbiz/branches/release09.04/themes/bizznesstime/webapp/bizznesstime/css/style.css

Modified: 
ofbiz/branches/release09.04/themes/bizznesstime/webapp/bizznesstime/css/style.css
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/themes/bizznesstime/webapp/bizznesstime/css/style.css?rev=824330&r1=824329&r2=824330&view=diff
==============================================================================
--- 
ofbiz/branches/release09.04/themes/bizznesstime/webapp/bizznesstime/css/style.css
 (original)
+++ 
ofbiz/branches/release09.04/themes/bizznesstime/webapp/bizznesstime/css/style.css
 Mon Oct 12 13:34:58 2009
@@ -721,6 +721,32 @@
     height:auto;
 }
 
+.left-larger {
+    float: right ; 
+    overflow: hidden; 
+    margin: 0 0 0 0; 
+    padding: 0;
+    z-index: 1;
+    background:#fff;
+    color: #666666;
+    width: 30%; 
+    min-height:600px;
+    height:auto;
+}
+
+.leftonly-larger {
+    float: left; 
+    overflow: hidden; 
+    margin: 0; 
+    padding: 0;
+    z-index: 1;
+    background:#fff;
+    color: #666666;
+    width: 68%; 
+    min-height:600px;
+    height:auto;
+}
+
 /***********************************************
 Tab Bar Navigation
 ***********************************************/


Reply via email to