You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Sebastian Hennebrueder <us...@laliluna.de> on 2009/08/26 14:28:49 UTC

Styles improvement proposal for the beaneditform

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-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org