X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=theme%2Fbusiness%2Fcss%2Fgeneral.css;h=e7cd475405117269dbc094faf91e9109811fd2f5;hp=fd913fd360cf6b44752025628588ba2e3cd5436e;hb=93dc3d5b067c15568b01bcda1550018b38d1cdd9;hpb=067dc339f4058c7834f5e5d2f7d8d44ce6d7cea3 diff --git a/theme/business/css/general.css b/theme/business/css/general.css index fd913fd360..e7cd475405 100644 --- a/theme/business/css/general.css +++ b/theme/business/css/general.css @@ -126,7 +126,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 +152,7 @@ DIV.admin_note { background-color: #eeeeff; color: #000000; width: 230px; + height: 25px; } .admin_logout { @@ -199,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 { @@ -266,7 +269,7 @@ a.admin_logout { color: #000000; vertical-align: middle; background-color: #eeeeff; - height: 60px; + height: 28px; } .guest_login_header { @@ -344,7 +347,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; @@ -510,8 +513,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%; } @@ -526,6 +528,7 @@ ul.copyright_box { white-space: nowrap; font-size: 14px; text-align: left; + margin-bottom: 12px; } .tiny { @@ -648,7 +651,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 +659,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 +701,7 @@ ul.admin_menu_main,ul.admin_menu_sub { } .pre { - display : block; + display: block; } td { @@ -707,3 +710,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; +}