From 47401d8f6574ebbc09453ebfe6ca7be7bbee9be5 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 30 Oct 2012 23:27:55 +0100 Subject: added sharing link style and made bottom utils bold --- css/news.css | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) (limited to 'css') diff --git a/css/news.css b/css/news.css index 7083cdcd8..45b426082 100644 --- a/css/news.css +++ b/css/news.css @@ -657,25 +657,37 @@ div.add_parentfolder { */ .feed_item .secondary_item_utils { display: none; - color: #aaa; float: right; margin: 0 1.2em; } + .feed_item .secondary_item_utils, .feed_item .secondary_item_utils a { + color: #000; + font-weight: bold; + } + .feed_item:hover .secondary_item_utils { display: block; - } + } + + .feed_item .secondary_item_utils li { + display: inline-block; + padding-left: 25px; + } + + .feed_item li.share { + background-image: url('%webroot%/core/img/actions/share.svg'); + background-repeat: no-repeat; + background-position: right center; + padding-right: 20px; + } - /* - .feed_item a.share { - background:url('%webroot%/core/img/actions/share.svg') no-repeat center; - } - */ .feed_item:hover .secondary_item_utils li.keep_unread { cursor: pointer; } .feed_item .secondary_item_utils li input[type=checkbox]{ + margin-left: 5px; } -- cgit v1.2.3