Limit the available render width for help texts a little and don't put them right below the previous form element.

This commit is contained in:
Thomas Keller 2011-11-01 00:11:55 +01:00
parent 6e59a0a526
commit 81f433085a

View File

@ -378,6 +378,9 @@ span.active {
.helptext {
font-size: 80%;
color: #555753;
max-width: 600px;
margin-top: 0.25em;
display: inline-block;
}
div.container {