From: Laury GvR Date: Thu, 3 Mar 2016 20:46:29 +0000 (-0500) Subject: Add shareThis functionality X-Git-Tag: v1.1.2^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=4d0734ccfde54bc018439efffb55c86b22a718a4;p=WP-Themes%2FRecycleEmmet.git Add shareThis functionality --- diff --git a/assets/share-icon.png b/assets/share-icon.png new file mode 100644 index 0000000..6df905d Binary files /dev/null and b/assets/share-icon.png differ diff --git a/css/app.css b/css/app.css index 11495b2..a616b21 100755 --- a/css/app.css +++ b/css/app.css @@ -6816,4 +6816,18 @@ a[href^=tel] { color: inherit; text-decoration: none; } -/* */ \ No newline at end of file +/* */ +.st_sharethis { + float: right; + margin-top: 10px; + width: 58px; } + .st_sharethis .stButton .chicklets { + height: 21px; } + +.stButton .sharethis { + background-image: url("../assets/share-icon.png") !important; + width: 52px; + height: 22px; } + +.breadcrumbs { + padding-right: 20px; } diff --git a/footer.php b/footer.php index 7805614..60859f7 100755 --- a/footer.php +++ b/footer.php @@ -37,6 +37,8 @@ + +