X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=theme%2Fbusiness%2Fcss%2Fgeneral.css;h=5c363a3d3b4641529bd0fa31fcf238f89c3f2436;hp=13909435544359df9501d4f93f0e4495c7b3f97e;hb=b87840adbec874ea366730e89d73a647dd9c2137;hpb=f97f57dea3e736e564d7316d720d6a8820a75713 diff --git a/theme/business/css/general.css b/theme/business/css/general.css index 1390943554..5c363a3d3b 100644 --- a/theme/business/css/general.css +++ b/theme/business/css/general.css @@ -57,17 +57,20 @@ ul, ol { border-style : groove; border : solid 1px #000000; color : #000000; + cursor : pointer; } .admin_submit, .guest_submit, .member_submit { color : #000000; border-color : #000000; + cursor : pointer; } .admin_submit_reject { border-style : groove; color : #000000; border-color : #000000; + cursor : pointer; } .runtime_fatal, .runtime_fatalcontent { @@ -424,6 +427,7 @@ DIV.admin_note { } .admin_footer { + text-align : center; height : 30px } @@ -448,6 +452,7 @@ DIV.admin_note { border : solid 1px #000000; background-color : #000000; color : #FFFFFF; + cursor : pointer; } .guest_stats { @@ -572,7 +577,7 @@ DIV.admin_note { .disabled { border-style : groove; - background-color : #660000; + background-color : #AAAAAA; color : #FFFFFF; } @@ -661,3 +666,21 @@ DIV.admin_note { .show_timings_data { font-weight : bold; } + +.login_failture_header { + text-align : center; + background-color : #EEEEFF; + font-weight : bold; +} + +.login_failtures { + text-align : center; + width : 400px; +} + +.member_skyescraper, .guest_skyscraper { + width : 122px; + border : 1px solid #000000; + margin : 0px; + padding : 0px; +}