From d2216a69de523f213c7bcbdbd9469b07c440a902 Mon Sep 17 00:00:00 2001 From: lucha <lucha@paranoici.org> Date: Thu, 4 Oct 2012 00:14:07 +0200 Subject: [PATCH] fixed css to handle heigth overflow --- .../privacy-share-buttons/css/socialshareprivacy.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/plugins/privacy-share-buttons/css/socialshareprivacy.css b/wp-content/plugins/privacy-share-buttons/css/socialshareprivacy.css index 25fb11b07..cd8f0a1de 100755 --- a/wp-content/plugins/privacy-share-buttons/css/socialshareprivacy.css +++ b/wp-content/plugins/privacy-share-buttons/css/socialshareprivacy.css @@ -1,6 +1,6 @@ -.social_share_privacy {width:100%;} -.social_share_privacy_area ul {position:relative;} -.social_share_privacy_area li {float:left; list-style-type:none !important; list-style:none !important;} +.social_share_privacy {width:100%; heigth: 25px;} +.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;} /* Tooltips */ -- GitLab