]> git.mxchange.org Git - mailer.git/blobdiff - theme/default/css/general.css
Typo fixed
[mailer.git] / theme / default / css / general.css
index 1e10eb3c92d1e5b8281bf572c784169e9b9a63a0..027d171af03eb84554d813b1d5082787d297ecb4 100644 (file)
@@ -81,6 +81,12 @@ ul,ol {
        margin-bottom: 0px;
 }
 
+pre {
+       white-space: pre-wrap;
+       text-align: left;
+       padding: 5px;
+}
+
 .form_reset {
        border: groove 1px #009900;
        color: #00aa44;
@@ -182,6 +188,12 @@ a.logout_box {
        margin: 5px;
 }
 
+.table3 {
+       background-color: #eeffee;
+       width: 630px;
+       margin: 5px;
+}
+
 .warning_table {
        background-color: #ff8888;
        width: 660px;
@@ -263,7 +275,7 @@ a.logout_box {
        height: 20px;
 }
 
-.guest_menu_seperator, .member_menu_seperator {
+.guest_menu_separator, .member_menu_separator {
        height: 15px;
 }
 
@@ -394,7 +406,7 @@ ul.copyright_box {
        height: 35px;
 }
 
-.seperator {
+.separator {
        font-size: 1px
 }
 
@@ -435,14 +447,6 @@ ul.copyright_box {
        text-align: right;
 }
 
-.task_pre {
-       font-weight: bold;
-       margin-left: 0px;
-       margin-right: 0px;
-       margin-top: 10px;
-       margin-bottom: 10px;
-}
-
 .impressum_body {
        background-color: #ddeedd;
 }
@@ -621,10 +625,6 @@ ul.admin_menu_main,ul.admin_menu_sub {
        padding-left: 10px;
 }
 
-.pre {
-       display: block;
-}
-
 td {
        padding-left: 2px;
        padding-right: 2px;
@@ -676,6 +676,23 @@ ul.listing {
        list-style-type: none;
 }
 
+ol.listing {
+       text-align: left;
+       padding-top: 5px;
+       padding-bottom: 5px;
+       padding-left: 0px;
+       margin-left: 25px;
+}
+
 li.listing {
        padding-bottom: 5px;
 }
+
+bad {
+       color: #aa0000;
+       font-style: italic;
+}
+
+good {
+       color: #00aa00;
+}