diff --git a/wp-content/plugins/privacy-share-buttons/css/socialshareprivacy.css b/wp-content/plugins/privacy-share-buttons/css/socialshareprivacy.css index cd8f0a1de5c1894e0cd98663298a38ecf38ef36c..1ee109a4c32ab54263226c46ee04c1730b55f28f 100755 --- a/wp-content/plugins/privacy-share-buttons/css/socialshareprivacy.css +++ b/wp-content/plugins/privacy-share-buttons/css/socialshareprivacy.css @@ -1,4 +1,4 @@ -.social_share_privacy {width:100%; heigth: 25px;} +.social_share_privacy {width:100%; heigth: 25px; float:left} .social_share_privacy_area ul {position:relative; heigth: 25px; } .social_share_privacy_area li {float:left; heigth: 25px; list-style-type:none !important; list-style:none !important;} .social_share_privacy_area li .dummy_btn {cursor:pointer;} @@ -70,4 +70,4 @@ .count-o u { border-right-color: #fff; margin-left: -3px; -} \ No newline at end of file +}