summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/hyperkitty-common.css
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-05-22 13:18:26 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-05-22 16:07:38 +0200
commit1eeef494e6cb6c23f207be8715ff39c0e52e3c37 (patch)
tree2d6c84ca477aa1fd95632dbf73dbd564df6f5f06 /hyperkitty/static/css/hyperkitty-common.css
parentcf660d3684d5c839ee9e860c205aa81abf97eb6d (diff)
downloadhyperkitty-1eeef494e6cb6c23f207be8715ff39c0e52e3c37.tar.gz
hyperkitty-1eeef494e6cb6c23f207be8715ff39c0e52e3c37.tar.xz
hyperkitty-1eeef494e6cb6c23f207be8715ff39c0e52e3c37.zip
Track unread threads
And display markers on unread posts in the thread view.
Diffstat (limited to 'hyperkitty/static/css/hyperkitty-common.css')
-rw-r--r--hyperkitty/static/css/hyperkitty-common.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css
index 4309136..ee591c5 100644
--- a/hyperkitty/static/css/hyperkitty-common.css
+++ b/hyperkitty/static/css/hyperkitty-common.css
@@ -16,6 +16,10 @@
list-style-type: none;
}
+i.new-message {
+ float: right;
+ margin-right: 2em;
+}
/* from Bootstrap's alert class */
.errorlist {