Commit baf156b1 authored by Rafael Monnerat's avatar Rafael Monnerat

Make td is well vertically aligned.

Force left and right has width 50%.
Fields on left or right that width > than middle starts to use scroll now. This make 75 chars the max width without use scrolls.

This fix is also good for no js enabled, but it not fix totally konqueror layout.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21386 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5ecf8fb9
......@@ -599,10 +599,17 @@ table.fake {\n
width: 100%;\n
}\n
\n
table.fake tr td {\n
vertical-align: top;\n
width: 50%;\n
}\n
\n
.content .field {\n
position: relative;\n
clear: left;\n
font-style: italic;\n
width: 100%;\n
overflow: auto;\n
}\n
\n
.content .field .input {\n
......
543
\ No newline at end of file
550
\ 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