[Erp5-report] r9354 - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Aug 23 16:15:03 CEST 2006
Author: chris
Date: Wed Aug 23 16:15:02 2006
New Revision: 9354
URL: http://svn.erp5.org?rev=9354&view=rev
Log:
- fixed vertical alignment of a part of title line for listbox (as in html style)
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=9354&r1=9353&r2=9354&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 Aug 23 16:15:02 2006
@@ -997,6 +997,11 @@
background-color: <dtml-var listbox_even_background_color>;\n
}\n
\n
+.ListSummary #listbox_title_line #listbox_item_number,\n
+.ListSummary #listbox_title_line #listbox_record_number {\n
+ vertical-align: middle;\n
+}\n
+\n
.ListContent tr.DataA:hover,\n
.ListContent tr.DataB:hover {\n
color: inherit;\n
More information about the Erp5-report
mailing list