From a7723e0b25ea2509cc260fb05d8265496fe21aed Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 30 Oct 2012 23:51:52 +0100 Subject: split share class --- css/news.css | 3 +-- templates/part.items.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/css/news.css b/css/news.css index 45b426082..41580cbe9 100644 --- a/css/news.css +++ b/css/news.css @@ -663,7 +663,6 @@ div.add_parentfolder { .feed_item .secondary_item_utils, .feed_item .secondary_item_utils a { color: #000; - font-weight: bold; } .feed_item:hover .secondary_item_utils { @@ -675,7 +674,7 @@ div.add_parentfolder { padding-left: 25px; } - .feed_item li.share { + .feed_item li.share_link { background-image: url('%webroot%/core/img/actions/share.svg'); background-repeat: no-repeat; background-position: right center; diff --git a/templates/part.items.php b/templates/part.items.php index 45a45a876..062cb557e 100644 --- a/templates/part.items.php +++ b/templates/part.items.php @@ -53,7 +53,7 @@ foreach($items as $item) { echo '
'; echo ''; -- cgit v1.2.3