diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-05-22 16:42:19 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-05-23 09:32:13 +0200 |
commit | e21dd91f3482ce6e1ea6c48f8efa2f46777c7a70 (patch) | |
tree | 3d296f2ad327f729298539ea15833251348e0307 /hyperkitty/static/css/hyperkitty-threadslist.css | |
parent | 1eeef494e6cb6c23f207be8715ff39c0e52e3c37 (diff) | |
download | hyperkitty-e21dd91f3482ce6e1ea6c48f8efa2f46777c7a70.tar.gz hyperkitty-e21dd91f3482ce6e1ea6c48f8efa2f46777c7a70.tar.xz hyperkitty-e21dd91f3482ce6e1ea6c48f8efa2f46777c7a70.zip |
Display a marker on unread threads in the month view
Diffstat (limited to 'hyperkitty/static/css/hyperkitty-threadslist.css')
-rw-r--r-- | hyperkitty/static/css/hyperkitty-threadslist.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |