[Erp5-report] r21386 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 6 16:36:17 CEST 2008


Author: rafael
Date: Fri Jun  6 16:36:17 2008
New Revision: 21386

URL: http://svn.erp5.org?rev=21386&view=rev
Log:
Make td is well vertically aligned. 
Force left and right has width 50%.
Fields on left or right that width > than middle starts to use scroll now. This make 75 chars the max width without use scrolls.

This fix is also good for no js enabled, but it not fix totally konqueror layout.

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=21386&r1=21385&r2=21386&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 Fri Jun  6 16:36:17 2008
@@ -599,10 +599,17 @@
   width: 100%;\n
 }\n
 \n
+table.fake tr td {\n
+  vertical-align: top;\n
+  width: 50%;\n
+}\n
+\n
 .content .field {\n
   position: relative;\n
   clear: left;\n
   font-style: italic;\n
+  width: 100%;\n
+  overflow: auto;\n
 }\n
 \n
 .content .field .input {\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=21386&r1=21385&r2=21386&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Fri Jun  6 16:36:17 2008
@@ -1,1 +1,1 @@
-543
+550




More information about the Erp5-report mailing list