]> git.mxchange.org Git - mailer.git/blobdiff - theme/business/css/general.css
Fixes for display problems with labeled input fields
[mailer.git] / theme / business / css / general.css
index 497a52214d4f07182fc01d4257d9ffec9a6dbfba..c62779312052b60c876a193e1f105a989b2f6e3b 100644 (file)
@@ -718,9 +718,17 @@ li.listing {
        height: 28px;
 }
 
-.table_row label {
-       float: left;
+.table_row {
        width: 45%;
+       float: left;
+       display: block;
+       clear: both;
+}
+
+label {
+       width: 50%;
+       float: left;
+       display: block;
 }
 
 .form_field {