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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 18 12:10:22 CEST 2008


Author: yusei
Date: Wed Jun 18 12:10:17 2008
New Revision: 21674

URL: http://svn.erp5.org?rev=21674&view=rev
Log:
2008-06-18 yusei
* Updated erp5.css. Remove overflow:auto to avoid a firefox bug and set max-width instead.

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/change_log
    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=21674&r1=21673&r2=21674&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 Wed Jun 18 12:10:17 2008
@@ -398,6 +398,10 @@
   font-size: <dtml-var font_size>;\n
   margin: 0;\n
   padding: 0;\n
+}\n
+\n
+div.input > select, div.input > input {\n
+  max-width:320px;\n
 }\n
 \n
 option {\n
@@ -609,7 +613,6 @@
   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/change_log
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log?rev=21674&r1=21673&r2=21674&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log Wed Jun 18 12:10:17 2008
@@ -1,3 +1,6 @@
+2008-06-18 yusei
+* Updated erp5.css. Remove overflow:auto to avoid a firefox bug and set max-width instead.
+
 2008-06-17 yusei
 * Revert previous changes of Base_doLanguage, because this causes another problem.
 

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=21674&r1=21673&r2=21674&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Wed Jun 18 12:10:17 2008
@@ -1,1 +1,1 @@
-558
+560




More information about the Erp5-report mailing list