[Erp5-report] r12016 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Jan 11 13:52:16 CET 2007
Author: kevin
Date: Thu Jan 11 13:52:14 2007
New Revision: 12016
URL: http://svn.erp5.org?rev=12016&view=rev
Log:
Fix widget alignment in bottom fieldset (bug #517)
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/copyright_list
erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/description
erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/version
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=12016&r1=12015&r2=12016&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 Thu Jan 11 13:52:14 2007
@@ -656,6 +656,13 @@
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
+fieldset.bottom .field .input {\n
+ float: inherit;\n
+}\n
+\n
.content .field .input a {\n
vertical-align: middle;\n
}\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=12016&r1=12015&r2=12016&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 Thu Jan 11 13:52:14 2007
@@ -1,3 +1,6 @@
+2007-01-11 Kevin
+* Fix widget alignment in bottom fieldset.
+
2006-09-14 Aurel
* fix removeUnpickableObject in Base_callDialogMethod to take listbox into account
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/copyright_list
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/copyright_list?rev=12016&r1=12015&r2=12016&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/copyright_list (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/copyright_list Thu Jan 11 13:52:14 2007
@@ -1,1 +1,1 @@
-Copyright (c) 2006 Nexedi SARL
+Copyright (c) 2006-2007 Nexedi SARL
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/description
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/description?rev=12016&r1=12015&r2=12016&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/description (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/description Thu Jan 11 13:52:14 2007
@@ -1,3 +1,3 @@
-This style is a rewrite of erp5_html_style more CSS and semantic html oriented.
-
+This style is a rewrite of erp5_html_style more CSS and semantic html oriented.
+
Handles page parameters dynamically.
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=12016&r1=12015&r2=12016&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Thu Jan 11 13:52:14 2007
@@ -1,1 +1,1 @@
-316
+326
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/version
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/version?rev=12016&r1=12015&r2=12016&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/version (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/version Thu Jan 11 13:52:14 2007
@@ -1,1 +1,1 @@
-1.2.29
+1.2.30
More information about the Erp5-report
mailing list