]> git.mxchange.org Git - mailer.git/blobdiff - theme/default/css/general.css
Heacy rewrite/cleanup:
[mailer.git] / theme / default / css / general.css
index e48bab2239c91520bebd92e7be6fa472f7b4831e..900066091919421480a9dc47bd5ba7924b48b6c6 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;
 }
 
@@ -398,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;
@@ -439,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
 }
@@ -751,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 {
@@ -774,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;
+}