Commit 453c2ccb authored by Ivan Tyagov's avatar Ivan Tyagov

Use percentages rather than fixed pixel values for listbox margins & width.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38404 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7cd36b05
......@@ -401,7 +401,7 @@ div.listbox-body{\n
}\n
\n
div.listbox-tree{\n
margin-right: 8px;\n
margin-right: 0.1%;\n
max-width: 10%;\n
float: left;\n
}\n
......@@ -421,7 +421,7 @@ div.float-right{\n
}\n
\n
div.listbox-content-fixed-width{\n
width:90%;\n
width:89%;\n
}\n
\n
table.listbox td.listbox-table-no-result-row{\n
......
1021
\ No newline at end of file
1022
\ 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