Commit 2ad47f2a authored by Christophe Dumez's avatar Christophe Dumez

- 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
parent c2cfce59
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment