Heacy rewrite/cleanup:
[mailer.git] / theme / business / css / general.css
index c62779312052b60c876a193e1f105a989b2f6e3b..43e46d2656b85c63aa773e771d946207792f47f3 100644 (file)
@@ -100,6 +100,7 @@ pre {
 .form_submit {
        color: #000000;
        border-color: #000000;
+       background-color: #ffffff;
        cursor: pointer;
 }
 
@@ -126,10 +127,6 @@ pre {
        font-size: 12px;
 }
 
-.form_submit {
-       background-color: #ffffff;
-}
-
 .banner {
        background-color: #ffffff;
        width: 488px;
@@ -380,15 +377,6 @@ ul.copyright_box {
        background-color: #ffffff;
 }
 
-.media_header, .impressum_header {
-       background-color: #eeeeff;
-       text-align: center;
-       color: #000000;
-       height: 26px;
-       font-weight: bold;
-       font-size: 20px;
-}
-
 .media_left {
        font-size: 14px;
        width: 200px;
@@ -421,14 +409,6 @@ ul.copyright_box {
        padding: 5px;
 }
 
-.admin_task_header {
-       background-color: #eeeeff;
-       color: #000000;
-       vertical-align: middle;
-       font-size: 18px;
-       height: 35px;
-}
-
 .separator {
        font-size: 1px
 }
@@ -710,23 +690,17 @@ li.listing {
 
 .table_row {
        text-align: left;
-       clear: both;
        margin: 0px;
        padding: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        height: 28px;
-}
-
-.table_row {
-       width: 45%;
        float: left;
        display: block;
-       clear: both;
 }
 
 label {
-       width: 50%;
+       width: 50%
        float: left;
        display: block;
 }
@@ -753,3 +727,7 @@ label {
        margin: -1px;
        height:100%;
 }
+
+.clear {
+       clear: both;
+}