From c447d1f53af2c7c35870d1a8a04e5a4ea062e955 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Fri, 27 Jun 2014 13:54:29 +0200 Subject: [PATCH] Pretty fave/repeat CSS! --- theme/base/css/display.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 89f47941de..9203beacc6 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -873,8 +873,8 @@ content: ":"; #content .notice .threaded-replies .notice, #content .notice .threaded-replies .notice-data { width: 440px; - padding-bottom: 14px; - padding-top: 5px; + padding-bottom: 1ex; + padding-top: 1ex; border-bottom: 2px dotted #eee; line-height: 1.36em; margin-top: 0px; @@ -907,6 +907,14 @@ content: ":"; clear: both; font-size: 0.88em; } +.threaded-replies .notice-faves:before { + content: "\2665"; + margin-right: 1ex; +} +.threaded-replies .notice-repeats:before { + content: "\267B"; + margin-right: 1ex; +} .threaded-replies li { list-style-type: none;