CSS classes cleaned up, templates simplified:
[mailer.git] / theme / business / css / general.css
index 6a2ad42304a2de9ee1eacf0983bef3baf5ec0564..89d502112cfc64dc308940d5bf919caf8f64ba6b 100644 (file)
@@ -52,8 +52,7 @@ ul,ol {
 }
 
 .admin_reset, .guest_reset, .member_reset {
-       border-style: groove;
-       border: solid 1px #000000;
+       border: groove 1px #000000;
        color: #000000;
        cursor: pointer;
 }
@@ -65,9 +64,8 @@ ul,ol {
 }
 
 .admin_submit_reject {
-       border-style: groove;
+       border: 1px groove #000000;
        color: #000000;
-       border-color: #000000;
        cursor: pointer;
 }
 
@@ -126,7 +124,7 @@ DIV.admin_note {
        background-color: #eeeeff;
 }
 
-.admin_register, .admin_desc_header, .admin_done, .admin_title, .member_title2, .guest_title2, .admin_message {
+.admin_register, .admin_desc_header, .admin_done, .admin_title, .admin_message {
        background-color: #eeeeff;
        color: #000000;
        text-align: center;
@@ -152,6 +150,7 @@ DIV.admin_note {
        background-color: #eeeeff;
        color: #000000;
        width: 230px;
+       height: 25px;
 }
 
 .admin_logout {
@@ -179,6 +178,12 @@ a.admin_logout {
        margin: 5px;
 }
 
+.admin_warning_table {
+       background-color: #ff8888;
+       width: 660px;
+       margin: 5px;
+}
+
 .admin_editmenu {
        min-width: 500px;
        max-width: 90%;
@@ -193,8 +198,10 @@ a.admin_logout {
 
 .member_header {
        text-align: center;
-       height: 28px;
+       color: #000000;
+       vertical-align: middle;
        background-color: #eeeeff;
+       height: 60px;
 }
 
 .admin_failed, .guest_failed, .member_failed, .member_note {
@@ -216,7 +223,6 @@ a.admin_logout {
 }
 
 .admin_normal, .guest_normal, .member_normal {
-       border-style: solid;
        border: solid 1px #000000;
        background-color: #eeeeff;
 }
@@ -260,7 +266,7 @@ a.admin_logout {
        color: #000000;
        vertical-align: middle;
        background-color: #eeeeff;
-       height: 60px;
+       height: 28px;
 }
 
 .guest_login_header {
@@ -283,8 +289,7 @@ a.admin_logout {
        border: 1px solid #000000;
 }
 
-.guest_menu_row, .guest_menu_bottom, .member_menu_row, .member_menu_bottom
-       {
+.guest_menu_row, .guest_menu_bottom, .member_menu_row, .member_menu_bottom {
        border: 1px solid #000000;
        border-top: 0px;
        background-color: #ffffff;
@@ -338,7 +343,7 @@ span.copyright_lines {
        width: 380px;
        vertical-align: middle;
        background-color: #ffffff;
-       height: 26px;
+       height: 38px;
        padding-top: 7px;
        padding-bottom: 7px;
        display:inline-block;
@@ -440,8 +445,7 @@ ul.copyright_box {
 }
 
 .admin_delete, .admin_yes {
-       border-style: groove;
-       border: solid 1px #000000;
+       border: groove 1px #000000;
        background-color: #000000;
        color: #ffffff;
        cursor: pointer;
@@ -504,8 +508,7 @@ ul.copyright_box {
        vertical-align: top;
 }
 
-.list_categories, .admin_action_header, .admin_main, .admin_menu_main, .admin_menu_sub
-       {
+.list_categories, .admin_action_header, .admin_main, .admin_menu_main, .admin_menu_sub {
        text-align: left;
        width: 100%;
 }
@@ -520,6 +523,7 @@ ul.copyright_box {
        white-space: nowrap;
        font-size: 14px;
        text-align: left;
+       margin-bottom: 12px;
 }
 
 .tiny {
@@ -642,7 +646,7 @@ ul.show_timings_block {
        border: solid 1px #000000;
        background-color: #eeeeff;
        font-size: 10px;
-       width: 565px;
+       width: 645px;
        height: 20px;
        list-style: none inside;
 }
@@ -650,7 +654,7 @@ ul.show_timings_block {
 .show_timings_column {
        background-color: #ffffff;
        margin-top: 2px;
-       width: 130px;
+       width: 150px;
        border: solid 1px #000000;
        height: 14px;
 }
@@ -692,7 +696,7 @@ ul.admin_menu_main,ul.admin_menu_sub {
 }
 
 .pre {
-       display                 : block;
+       display: block;
 }
 
 td {
@@ -701,3 +705,17 @@ td {
        padding-top: 2px;
        padding-bottom: 2px;
 }
+
+div.menu_invisible, div.sub_menu_invisible, td.menu_invisible, td.sub_menu_invisible {
+       background-color: #dddddd;
+       font-style: italic;
+}
+
+strong.menu_invisible, strong.sub_menu_invisible {
+       color: #999999;
+       font-style: italic;
+}
+
+.menu_locked, .sub_menu_locked {
+       color: #ffeeee;
+}