]> 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 e48bab2239c91520bebd92e7be6fa472f7b4831e..4d85ea1d4cf7b42bee1fc2ccd83904bef0693ecd 100644 (file)
@@ -229,7 +229,7 @@ a.logout_box {
 }
 
 .ajax_bug_table {
-       background-color: #cc0000;
+       background-color: #aa0000;
        margin: 0px;
        max-width: 100%;
        min-width: 400px;
@@ -277,7 +277,7 @@ a.logout_box {
 }
 
 .ajax_bug_table_header {
-       background-color: #cc0000;
+       background-color: #aa0000;
        color: #ffffff;
 }
 
@@ -760,9 +760,16 @@ li.listing {
        height: 28px;
 }
 
-.table_row label {
-       float: left;
+.table_row {
        width: 45%;
+       float: left;
+}
+
+label {
+       width: 50%;
+       float: left;
+       display: block;
+       clear: both;
 }
 
 .form_field {
@@ -774,3 +781,14 @@ 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%;
+}