]> git.mxchange.org Git - mailer.git/blobdiff - theme/schleuder/css/general.css
Heacy rewrite/cleanup:
[mailer.git] / theme / schleuder / css / general.css
index ec296110bb75d4a336132981a36e87ac3beccd0b..4689579bcfb21d27221eb7d434de3c24ecc45e79 100644 (file)
@@ -20,7 +20,6 @@ table {
 
 A {
        font-style              : normal;
-       font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
        text-decoration : none;
 }
 
@@ -74,10 +73,10 @@ pre {
 }
 
 label {
+       text-align: left;
        width: 50%;
        float: left;
        display: block;
-       clear: both;
 }
 
 .form_reset {
@@ -100,7 +99,6 @@ label {
 .runtime {
        color                   : #ffffff;
        background-color        : #0571cc;
-       font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
 }
 
 .runtime.fatal {
@@ -114,7 +112,6 @@ label {
 .admin {
        color                   : #ffffff;
        background-color        : #0571cc;
-       font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
 }
 
 .notice {
@@ -386,16 +383,6 @@ label {
        background-color        : #0571cc;
 }
 
-.media_header, .impressum_header {
-       background-color        : #69b2ff;
-       align                   : center;
-       text-align              : center;
-       color                   : #ffffff;
-       height                  : 26px;
-       font-weight             : bold;
-       font-size                       : 20px;
-}
-
 .media_left {
        font-size                       : 14px;
        width                   : 200px;
@@ -428,14 +415,6 @@ label {
        background-color        : #69b2ff;
 }
 
-.admin_task_header {
-       background-color        : #69b2ff;
-       color                   : #ffffff;
-       vertical-align          : middle;
-       font-size                       : 18px;
-       height                  : 35px;
-}
-
 .separator {
        font-size                       : 1px
 }
@@ -613,3 +592,7 @@ li.listing {
        margin: -1px;
        height:100%;
 }
+
+.clear {
+       clear: both;
+}