From: Anthony Talarico Date: Thu, 17 Mar 2016 18:02:12 +0000 (-0400) Subject: adding shareThis with overlay X-Git-Tag: v1.0.0^2~87 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=63058669a8080efe830833a8d9fd11324e9c3289;p=WP-Themes%2FDiscoverKZOO.git adding shareThis with overlay --- 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 49e5233..292fd07 100644 --- a/css/app.css +++ b/css/app.css @@ -7132,6 +7132,16 @@ header { .dlNow:hover:a { text-decoration: none; } +.st_sharethis { + float: right; + margin-top: 10px; + width: 58px; } + +.breadCrumbs .stButton .sharethis { + background-image: url("../assets/share-icon.png") !important; + width: 52px; + height: 22px; } + #lens { border-bottom: 5px solid #57b649; width: 100%; } diff --git a/index.php b/index.php index 124de15..38faa1b 100644 --- a/index.php +++ b/index.php @@ -11,18 +11,7 @@
- -
- -
- -
- - - - -
- +
diff --git a/parts/bread-crumbs.php b/parts/bread-crumbs.php index 7603ea0..e450bcd 100644 --- a/parts/bread-crumbs.php +++ b/parts/bread-crumbs.php @@ -1,3 +1,4 @@ +'; ?> "; diff --git a/scss/_main.scss b/scss/_main.scss index 005b885..310c30a 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -361,4 +361,14 @@ &:a{ text-decoration: none; } +} +.st_sharethis { + float: right; + margin-top: 10px; + width: 58px; +} + .breadCrumbs .stButton .sharethis { + background-image: url("../assets/share-icon.png") !important; + width: 52px; + height: 22px; } \ No newline at end of file