[Erp5-report] r12057 - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateIte...
nobody at svn.erp5.org
nobody at svn.erp5.org
Sat Jan 13 13:10:20 CET 2007
Author: jp
Date: Sat Jan 13 13:10:17 2007
New Revision: 12057
URL: http://svn.erp5.org?rev=12057&view=rev
Log:
2007-01-13 JPS - Added pre CSS class and fixed comments
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
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=12057&r1=12056&r2=12057&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 Sat Jan 13 13:10:17 2007
@@ -402,6 +402,20 @@
padding: 0;\n
}\n
\n
+div.pre div {\n
+ background: #FFF;\n
+}\n
+\n
+span.pre {\n
+ font-family: monospace;\n
+ color: black;\n
+ white-space: pre-wrap; /* css-3 */\n
+ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */\n
+ white-space: -pre-wrap; /* Opera 4-6 */\n
+ white-space: -o-pre-wrap; /* Opera 7 */\n
+ word-wrap: break-word; /* Internet Explorer 5.5+ */\n
+}\n
+\n
button, select, input {\n
vertical-align: middle;\n
}\n
@@ -656,9 +670,9 @@
float: left;\n
}\n
\n
-# Exception case of the previous generic rule\n
-# The CSS statement below fix bug #517: it doesn\'t make sense to have\n
-# floating div in bottom field since label are hidden.\n
+/* Exception case of the previous generic rule\n
+ The CSS statement below fix bug #517: it doesn\'t make sense to have\n
+ floating div in bottom field since label are hidden. */\n
fieldset.bottom .field .input {\n
float: inherit;\n
}\n
More information about the Erp5-report
mailing list