X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=theme%2Fbusiness%2Fcss%2Fgeneral.css;h=fa1b80f50d1701749a7c2c76faf78977350e9300;hp=bbcf9d8fe9eb06aface9efe69b86ccdc0da3ebdb;hb=c7f21c9eb494d8466447c1a199ec5621440d7ac8;hpb=8a9324b2d931f54f54f4319fd7234910af77012c diff --git a/theme/business/css/general.css b/theme/business/css/general.css index bbcf9d8fe9..fa1b80f50d 100644 --- a/theme/business/css/general.css +++ b/theme/business/css/general.css @@ -584,11 +584,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 +632,32 @@ DIV.admin_note { .admin_message { margin-bottom : 15px; } + +#footer_stats_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; +} + +.footer_stats_column { + z-index : 10; + top : 3px; + background-color : #FFFFFF; + position : relative; + margin : 0px; + width : 150px; + display : block; + border : solid 1px; + border-color : #000000; +} + +.footer_stats_data { + font-weight : bold; +}