]> git.mxchange.org Git - mailer.git/blobdiff - theme/default/css/general.css
Fixes for display problems with labeled input fields
[mailer.git] / theme / default / css / general.css
index 1367a8027b758efcabdaf5738955caf10eba3b3e..4d85ea1d4cf7b42bee1fc2ccd83904bef0693ecd 100644 (file)
@@ -766,9 +766,10 @@ li.listing {
 }
 
 label {
-       width: 100%;
+       width: 50%;
        float: left;
        display: block;
+       clear: both;
 }
 
 .form_field {