Commit 337653a7 authored by Fabien Devaux's avatar Fabien Devaux

- Edited CSS to fix a layout bug (sometimes right part of the page may come over the left part)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8457 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2c9f0934
......@@ -503,18 +503,14 @@ div.index_html table {\n
text-align: right;\n
}\n
\n
.content .left,\n
.content .right {\n
width: 50%;\n
}\n
\n
.content .left {\n
min-width: 50%;\n
clear: left;\n
float: left;\n
}\n
\n
.content .right {\n
float: right;\n
float: left;\n
}\n
\n
.content .field {\n
......
9
\ No newline at end of file
12
\ 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