From 3430be24271e71ae055723a652d2c0346ff3cc88 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 25 Jan 2014 05:32:40 -0800 Subject: [PATCH] Minor styling fixes to social-share button. --- e107_plugins/social/css/fontello.css | 2 +- e107_plugins/social/e_shortcode.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_plugins/social/css/fontello.css b/e107_plugins/social/css/fontello.css index 151dafa85..4d163a3ba 100644 --- a/e107_plugins/social/css/fontello.css +++ b/e107_plugins/social/css/fontello.css @@ -41,7 +41,7 @@ /* Animation center compensation - margins should be symmetric */ /* remove if not needed */ - margin-left: .2em; + /*margin-left: .2em; */ /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ diff --git a/e107_plugins/social/e_shortcode.php b/e107_plugins/social/e_shortcode.php index 4c48105a7..3aab99d99 100644 --- a/e107_plugins/social/e_shortcode.php +++ b/e107_plugins/social/e_shortcode.php @@ -75,7 +75,7 @@ class social_shortcodes extends e_shortcode $title = varset($parm['title'], deftrue('e_PAGETITLE'). " | ". SITENAME ) ; $description = varset($parm['title'], e107::getUrl()->response()->getMetaDescription()); $media = ""; - $label = varset($parm['label'], $tp->toGlyph('e-social-spread')." ".defset('LAN_SHARE',"Share")); + $label = varset($parm['label'], $tp->toGlyph('e-social-spread')); $size = varset($parm['size'],'md'); @@ -131,7 +131,7 @@ class social_shortcodes extends e_shortcode $dir = ($parm['dropdown'] == 'right') ? 'pull-right' : ''; $text = '
- '.$label.' + '.$label.'