X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fbusiness%2Fcss%2Fgeneral.css;h=fd405cb6c30535a09556cf1ad2147bcf5e99083d;hb=803b63e8ceff7392a9eae4992dd6e59c1da247cd;hp=34f868c143f60a1da0c7ab110b50a0b0589d4434;hpb=6ab47a0e88ac316936f4c9245886b3c8c07f1e67;p=mailer.git diff --git a/theme/business/css/general.css b/theme/business/css/general.css index 34f868c143..fd405cb6c3 100644 --- a/theme/business/css/general.css +++ b/theme/business/css/general.css @@ -200,8 +200,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 { @@ -267,7 +269,7 @@ a.admin_logout { color: #000000; vertical-align: middle; background-color: #eeeeff; - height: 60px; + height: 28px; } .guest_login_header { @@ -290,8 +292,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; @@ -526,6 +527,7 @@ ul.copyright_box { white-space: nowrap; font-size: 14px; text-align: left; + margin-bottom: 12px; } .tiny { @@ -648,7 +650,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; } @@ -656,7 +658,7 @@ ul.show_timings_block { .show_timings_column { background-color: #ffffff; margin-top: 2px; - width: 130px; + width: 150px; border: solid 1px #000000; height: 14px; } @@ -698,7 +700,7 @@ ul.admin_menu_main,ul.admin_menu_sub { } .pre { - display : block; + display: block; } td { @@ -707,3 +709,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; +}