Commit e1d633f8 authored by Jérome Perrin's avatar Jérome Perrin

also apply select max-width on selects used for listbox editable columns

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32542 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6bf659e5
...@@ -392,7 +392,7 @@ input, textarea, select, button, body, div, span, fieldset {\n ...@@ -392,7 +392,7 @@ input, textarea, select, button, body, div, span, fieldset {\n
padding: 0;\n padding: 0;\n
}\n }\n
\n \n
div.input > select, div.input > input {\n div.input > select, div.input > input, div.listbox select {\n
max-width:320px;\n max-width:320px;\n
}\n }\n
\n \n
......
895 897
\ No newline at end of file \ 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