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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 17 18:16:24 CET 2008


Author: kazuhiko
Date: Wed Dec 17 18:16:23 2008
New Revision: 24933

URL: http://svn.erp5.org?rev=24933&view=rev
Log:
2008/12/17 kazuhiko
* display a readonly textarea as a normal text block.

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=24933&r1=24932&r2=24933&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml [utf8] Wed Dec 17 18:16:23 2008
@@ -461,6 +461,11 @@
   display: inline;\n
   border-width: 0;\n
   float: left;\n
+}\n
+\n
+textarea[readonly] {\n
+  background-color:inherit;\n
+  border:inherit;\n
 }\n
 \n
 a, a:visited, a:focus {\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=24933&r1=24932&r2=24933&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Wed Dec 17 18:16:23 2008
@@ -1,1 +1,1 @@
-637
+638




More information about the Erp5-report mailing list