Commit fe1c2fbb authored by Vincent Pelletier's avatar Vincent Pelletier

Fix visual glitch which caused the right group being displayed below the left...

Fix visual glitch which caused the right group being displayed below the left group, and then moved by js to the right place. Now the only visible thing is the touching borders being removed and the boxes height being balanced.
Remove conditional "clear" tag since it's possible to get the same behaviour in pure css.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10683 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 495d6539
......@@ -125,7 +125,6 @@ It is possible to specify a group id and a group title by naming a group followi
<tal:block metal:use-macro="here/field_render/macros/field_render"/>\n
</tal:block>\n
</fieldset>\n
<p tal:condition="python: gid.find(\'right\') >= 0 or (gid.find(\'left\') >= 0 and \'right\' not in gid_list)" class="clear"/>\n
</tal:block>\n
</tal:block>\n
\n
......
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