diff --git a/css/addtoany.css b/css/addtoany.css index 9cb01b05c88d8cda7f31a8a931eb9f55c7b01325..20c764f7587888673349dfc682705540adb5a5a9 100644 --- a/css/addtoany.css +++ b/css/addtoany.css @@ -1,52 +1,54 @@ .addtoany { - display: inline; + display: inline; } .addtoany_list { - display: inline; - line-height: 16px; + display: inline; + line-height: 16px; } .addtoany_list > a, .addtoany_list a img, .addtoany_list a > span { - vertical-align: middle; + vertical-align: middle; } .addtoany_list > a { border: 0; - display: inline-block; - font-size: 16px; - padding: 0 4px; + display: inline-block; + font-size: 16px; + padding: 0 4px; } .addtoany_list.a2a_kit_size_32 > a { - font-size: 32px; + font-size: 32px; } .addtoany_list .a2a_counter img { float: left; } .addtoany_list a span.a2a_img { - display: inline-block; - height: 16px; - opacity: 1; - overflow: hidden; - width: 16px; -} -.addtoany_list.a2a_kit_size_32 a span { - border-radius: 4px; - display: inline-block; - height: 32px; - line-height: 32px; - opacity: 1; - overflow: hidden; - width: 32px; + display: inline-block; + height: 16px; + opacity: 1; + overflow: hidden; + width: 16px; +} +.addtoany_list a span { + display: inline-block; + float: none; +} +.addtoany_list.a2a_kit_size_32 a > span { + border-radius: 4px; + height: 32px; + line-height: 32px; + opacity: 1; + width: 32px; } .addtoany_list a:hover:hover img, .addtoany_list a:hover span { - opacity: .7; -} -a.addtoany_share_save.addtoany_no_icon span.a2a_img_text { - display: none; + opacity: .7; } .addtoany_list a.addtoany_share_save img { - border: 0; - width: auto; - height: auto; + border: 0; + width: auto; + height: auto; +} +.addtoany_list a .a2a_count { + position: relative; }