.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%; }
<div class="small-12 large-8 columns right">
<?php } ?>
<div class="row">
- <?php if (get_post_type( $post ) != "ai1ec_event") { ?>
- <div id="addthis_wrapper">
- <!-- AddThis Button BEGIN -->
- <div class="addthis_toolbox addthis_default_style ">
- <a id="addThisPill" class="addthis_counter addthis_pill_style"></a>
- </div>
- <script type="text/javascript">var addthis_config = {"data_track_addressbar":false};</script>
- <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5135fe4558d287a9"></script>
-<!-- <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script>-->
- <!-- AddThis Button END -->
- </div><!--/#addthis_wrapper-->
- <?php } ?>
+
<?php get_template_part('parts/bread-crumbs'); ?>
<div id="main-content" class="small-12 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>
+<?php echo '<span class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'"></span>'; ?>
<?php if(function_exists('bcn_display') && !is_front_page())
{
echo "<div class=\"breadcrumbs\">";
&: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