]> git.mxchange.org Git - mailer.git/blobdiff - theme/default/css/general.css
Heacy rewrite/cleanup:
[mailer.git] / theme / default / css / general.css
index f2e0ec517ab0962bb13050023eee49692917949e..900066091919421480a9dc47bd5ba7924b48b6c6 100644 (file)
@@ -224,10 +224,19 @@ a.logout_box {
        margin: 0px;
        max-width: 100%;
        min-width: 400px;
-       overflow: auto
+       overflow: auto;
        color: #000000;
 }
 
+.ajax_bug_table {
+       background-color: #aa0000;
+       margin: 0px;
+       max-width: 100%;
+       min-width: 400px;
+       overflow: auto;
+       color: #ffffff;
+}
+
 .form_submitmenu {
        min-width: 500px;
        max-width: 90%;
@@ -255,15 +264,23 @@ a.logout_box {
        background-color: #ddeedd;
 }
 
-.table_header, .bug_table_header {
+.table_header, .bug_table_header, .ajax_bug_table_header {
        text-align: center;
        color: #009900;
        vertical-align: middle;
-       background-color: #ddeedd;
        padding-bottom: 5px;
        padding-top: 5px;
 }
 
+.table_header, .bug_table_header {
+       background-color: #ddeedd;
+}
+
+.ajax_bug_table_header {
+       background-color: #aa0000;
+       color: #ffffff;
+}
+
 .guest_login_header {
        color: #009900;
        vertical-align: middle;
@@ -381,15 +398,6 @@ ul.copyright_box {
        background-color: #eeffee;
 }
 
-.media_header, .impressum_header {
-       background-color: #b8fccb;
-       text-align: center;
-       color: #009900;
-       height: 26px;
-       font-weight: bold;
-       font-size: 20px;
-}
-
 .media_left {
        font-size: 14px;
        width: 200px;
@@ -422,14 +430,6 @@ ul.copyright_box {
        padding: 5px;
 }
 
-.admin_task_header {
-       background-color: #ddeedd;
-       color: #009900;
-       vertical-align: middle;
-       font-size: 18px;
-       height: 35px;
-}
-
 .separator {
        font-size: 1px
 }
@@ -734,18 +734,22 @@ li.listing {
 }
 
 .table_row {
+       width: 100%;
        text-align: left;
-       clear: both;
        margin: 0px;
        padding: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        height: 28px;
+       float: left;
+       display: block;
 }
 
-.table_row label {
+label {
+       text-align: left;
+       width: 50%;
        float: left;
-       width: 45%;
+       display: block;
 }
 
 .form_field {
@@ -757,3 +761,18 @@ 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%;
+}
+
+.clear {
+       clear: both;
+}