From 10d01f80be16ffce6e8103e83cccd9ed92adbc87 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 13 Mar 2016 14:09:48 -0700 Subject: [PATCH] Closes #1420 - Social button styling fix. --- e107_plugins/social/css/social.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 e107_plugins/social/css/social.css diff --git a/e107_plugins/social/css/social.css b/e107_plugins/social/css/social.css new file mode 100644 index 000000000..56c1e1293 --- /dev/null +++ b/e107_plugins/social/css/social.css @@ -0,0 +1,5 @@ + + +.social-share .dropdown-menu { min-width: 225px } +.social-share .dropdown-menu li div { padding-left:5px; } +.social-share .dropdown-menu li div .btn { border-radius:0; margin:0 } \ No newline at end of file