[Erp5-report] r8457 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplate...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 17 17:30:08 CEST 2006


Author: fab
Date: Mon Jul 17 17:30:05 2006
New Revision: 8457

URL: http://svn.erp5.org?rev=8457&view=rev
Log:
- Edited CSS to fix a layout bug (sometimes right part of the page may come over the left part)

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml?rev=8457&r1=8456&r2=8457&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml Mon Jul 17 17:30:05 2006
@@ -503,18 +503,14 @@
   text-align: right;\n
 }\n
 \n
-.content .left,\n
+.content .left {\n
+  min-width: 50%;\n
+  clear: left;\n
+  float: left;\n
+}\n
+\n
 .content .right {\n
-  width: 50%;\n
-}\n
-\n
-.content .left {\n
-  clear: left;\n
-  float: left;\n
-}\n
-\n
-.content .right {\n
-  float: right;\n
+  float: left;\n
 }\n
 \n
 .content .field {\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=8457&r1=8456&r2=8457&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Mon Jul 17 17:30:05 2006
@@ -1,1 +1,1 @@
-9
+12




More information about the Erp5-report mailing list