]> git.mxchange.org Git - mailer.git/blobdiff - theme/desert/css/general.css
CSS cleanup, jquery updated:
[mailer.git] / theme / desert / css / general.css
index ad7379093aa4a87220e42740193e9641483d38e2..7ec4218f5afc1239720f7f9fdb9b66d7a3878b73 100644 (file)
@@ -157,6 +157,12 @@ a.logout_box {
        margin: 5px;
 }
 
+.table3 {
+       background-color: #ffffcc;
+       width: 630px;
+       margin: 5px;
+}
+
 .warning_table {
        background-color: #ff8888;
        width: 660px;
@@ -232,7 +238,7 @@ a.logout_box {
        text-align: left;
 }
 
-.guest_menu_seperator, .member_menu_seperator {
+.guest_menu_separator, .member_menu_separator {
        height: 15px;
 }
 
@@ -352,7 +358,7 @@ ul.copyright_box {
        height: 35px;
 }
 
-.seperator {
+.separator {
        font-size: 1px
 }
 
@@ -501,11 +507,11 @@ ul.copyright_box {
 }
 
 .para {
-       text-indent: 8px;
+       text-indent: 1em;
        text-align: left;
        margin-left: 5px;
        margin-right: 5px;
-       margin-bottom: 12px;
+       margin-bottom: 1em;
 }
 
 .message {
@@ -610,6 +616,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;
+}