Heacy rewrite/cleanup:
[mailer.git] / theme / default / css / general.css
index 4d85ea1d4cf7b42bee1fc2ccd83904bef0693ecd..900066091919421480a9dc47bd5ba7924b48b6c6 100644 (file)
@@ -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,25 +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;
-}
-
-.table_row {
-       width: 45%;
        float: left;
+       display: block;
 }
 
 label {
+       text-align: left;
        width: 50%;
        float: left;
        display: block;
-       clear: both;
 }
 
 .form_field {
@@ -792,3 +772,7 @@ label {
        margin: -1px;
        height:100%;
 }
+
+.clear {
+       clear: both;
+}