From 2ad47f2a2431289a617002fda8af1d6772829ad9 Mon Sep 17 00:00:00 2001
From: Christophe Dumez <christophe@nexedi.com>
Date: Wed, 23 Aug 2006 14:15:02 +0000
Subject: [PATCH] - fixed vertical alignment of a part of title line for
 listbox (as in html style)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9354 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/erp5_xhtml_style/erp5.css.xml               | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
index 3a21b7ad74..02f116e9aa 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
@@ -997,6 +997,11 @@ fieldset.bottom .field label {\n
   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
-- 
2.30.9