Commit dca094c6 authored by Gabriel Monnerat's avatar Gabriel Monnerat

fix css issue when the resolution is changed

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40790 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 66d72a11
......@@ -758,11 +758,11 @@ div.listbox-header-box {\n
}\n
\n
div.listbox-number-of-records{\n
float:left;\n
font-size:12px;\n
margin-left:48em;\n
margin-top:-18px;\n
width:24%;\n
float: right;\n
font-size: 12px;\n
margin-right: 12em;\n
margin-top: -18px;\n
width: 28%;\n
}\n
\n
div.listbox-navigation button.listbox_last_page,\n
......
86
\ No newline at end of file
87
\ No newline at end of file
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