]> 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 62c550a01ca861f8218e8e9fb684dc08fdfbdcec..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;
@@ -594,7 +594,7 @@ ul.show_timings_block {
        border: solid 1px #000000;
        background-color: #eeeeff;
        font-size: 10px;
-       width: 645px;
+       width: 685px;
        height: 20px;
        list-style: none inside;
 }
@@ -602,7 +602,7 @@ ul.show_timings_block {
 .show_timings_column {
        background-color: #ffffff;
        margin-top: 2px;
-       width: 150px;
+       width: 160px;
        height: 14px;
 }
 
@@ -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%;
+}