From e21dd91f3482ce6e1ea6c48f8efa2f46777c7a70 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 22 May 2013 16:42:19 +0200 Subject: Display a marker on unread threads in the month view --- hyperkitty/static/css/hyperkitty-threadslist.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hyperkitty/static/css/hyperkitty-threadslist.css') diff --git a/hyperkitty/static/css/hyperkitty-threadslist.css b/hyperkitty/static/css/hyperkitty-threadslist.css index 231ba43..644d2b7 100644 --- a/hyperkitty/static/css/hyperkitty-threadslist.css +++ b/hyperkitty/static/css/hyperkitty-threadslist.css @@ -68,6 +68,10 @@ margin-left: 2em; } +.thread.unread i.unread { + vertical-align: baseline; +} + .thread-content { margin-top: 0.5em; } -- cgit