From: Mikael Nordfeldth Date: Fri, 27 Jun 2014 11:54:29 +0000 (+0200) Subject: Pretty fave/repeat CSS! X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c447d1f53af2c7c35870d1a8a04e5a4ea062e955;p=quix0rs-gnu-social.git Pretty fave/repeat CSS! --- 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;