From 2bff56957d2e70d47523e26e67cf72290b5749f5 Mon Sep 17 00:00:00 2001 From: lechuck <l3chuck@autistici.org> Date: Sun, 18 Nov 2012 19:38:04 +0000 Subject: [PATCH] CSS modify on privacy share button --- .../plugins/privacy-share-buttons/css/socialshareprivacy.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/plugins/privacy-share-buttons/css/socialshareprivacy.css b/wp-content/plugins/privacy-share-buttons/css/socialshareprivacy.css index cd8f0a1de..1ee109a4c 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 +} -- GitLab