]> 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 1172b6e262f2ed3c892391905d97f7421cb12238..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 {
@@ -733,3 +741,15 @@ li.listing {
        text-align: left;
        font-style: italic;
 }
+
+.ui-progressbar {
+       height:2em;
+       text-align:
+       left;
+       overflow: hidden;
+}
+
+.ui-progressbar .ui-progressbar-value {
+       margin: -1px;
+       height:100%;
+}