Hello,
if the labels are very strong the line is wrapped around and the next label stand in front of the wrong input elements.

if we modify the detault.css adding the following styles

div.t-beaneditor-row{
    clear:left;
}
div.t-beaneditor-row label{
   clear:none;
}

it works. I have tested it only on Firefox 3.5 and Safari 4

--
Best Regards / Viele Grüße

Sebastian Hennebrueder
-----
Software Developer and Trainer for Hibernate / Java Persistence
http://www.laliluna.de




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to