X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fbusiness%2Fcss%2Fgeneral.css;h=4508eeac9a3189af298ffef8ec21083540c79835;hb=41e2891fb998d13b22b8d7984358f258cc85267d;hp=bbcf9d8fe9eb06aface9efe69b86ccdc0da3ebdb;hpb=8a9324b2d931f54f54f4319fd7234910af77012c;p=mailer.git diff --git a/theme/business/css/general.css b/theme/business/css/general.css index bbcf9d8fe9..4508eeac9a 100644 --- a/theme/business/css/general.css +++ b/theme/business/css/general.css @@ -424,6 +424,7 @@ DIV.admin_note { } .admin_footer { + text-align : center; height : 30px } @@ -584,11 +585,11 @@ DIV.admin_note { } .theme_box { - border : 1px solid #000000; - border-top : 0px; + border : 1px solid #000000; + border-top : 0px; width : 100%; height : 70px; - background-color : #FFFFFF; + background-color : #FFFFFF; } .theme_note { @@ -632,3 +633,41 @@ DIV.admin_note { .admin_message { margin-bottom : 15px; } + +#show_timings_block { + margin-top : 5px; + tex-align : center; + border : solid 1px; + border-color : #000000; + background-color : #EEEEFF; + font-size : 10px; + vertical-align : middle; + width : 465px; + height : 22px; + z-index : 0; +} + +.show_timings_column { + z-index : 10; + top : 3px; + background-color : #FFFFFF; + position : relative; + margin : 0px; + width : 150px; + display : block; + border : solid 1px; + border-color : #000000; +} + +.show_timings_data { + font-weight : bold; +} + +.login_failture_header { + background-color : #EEEEFF; + font-weight : bold; +} + +.login_failtures { + width : 400px; +}