]> 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 3ea07060a26601d45a6a387c495e1a8cfe16c18c..c62779312052b60c876a193e1f105a989b2f6e3b 100644 (file)
@@ -202,7 +202,7 @@ a.logout_box {
        margin: 5px;
 }
 
-.bug_table {
+.bug_table, .ajax_bug_table {
        background-color: #ffffff;
        margin: 0px;
        max-width: 100%;
@@ -250,7 +250,7 @@ a.logout_box {
        background-color: #ffffff;
 }
 
-.table_header, .bug_table_header {
+.table_header, .bug_table_header, .ajax_bug_table_header {
        text-align: center;
        color: #000000;
        vertical-align: middle;
@@ -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%;
+}