From 4d1896480bef54bdb986b46b7fb3e01727ea48be Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 17 Mar 2016 14:25:43 -0400 Subject: [PATCH] added icon and selector for shareThis --- css/app.css | 5 ++++- footer.php | 2 +- parts/bread-crumbs.php | 2 +- scss/_main.scss | 8 +++++++- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index cb636af..ec7ff51 100644 --- a/css/app.css +++ b/css/app.css @@ -7137,7 +7137,10 @@ header { margin-top: 10px; width: 58px; } -#content-wrapper .right .stButton .sharethis { +.right #shareThisOrange .stButton .chicklets { + display: none; } + +#shareThisOrange { background-image: url("../assets/share-icon.png") !important; width: 52px; height: 22px; } diff --git a/footer.php b/footer.php index 8257700..3e420e6 100644 --- a/footer.php +++ b/footer.php @@ -20,7 +20,7 @@
  • -
  • +
  • diff --git a/parts/bread-crumbs.php b/parts/bread-crumbs.php index e450bcd..0c0771a 100644 --- a/parts/bread-crumbs.php +++ b/parts/bread-crumbs.php @@ -1,4 +1,4 @@ -'; ?> +'; ?> "; diff --git a/scss/_main.scss b/scss/_main.scss index e4e1285..0eae686 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -367,8 +367,14 @@ margin-top: 10px; width: 58px; } -#content-wrapper .right .stButton .sharethis { +.right #shareThisOrange .stButton .chicklets{ + display: none; +} + #shareThisOrange{ background-image: url("../assets/share-icon.png") !important; width: 52px; height: 22px; +} +#footerShareThis{ +// margin-top: 10px; } \ No newline at end of file -- 2.17.1