Commit d0005910 authored by Nicolas Delaby's avatar Nicolas Delaby

under a page css class, inputs are displayed with full width

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22606 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 87deba5d
......@@ -404,6 +404,9 @@ div.input > select, div.input > input {\n
max-width:320px;\n
}\n
\n
div.page > div.input {\n
width:100%;\n
}\n
option {\n
white-space: pre;\n
}\n
......
577
\ No newline at end of file
578
\ 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