From 39deff37c950534d2a44e4bd040e49118b34a731 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 11 Jul 2013 17:18:25 +0200 Subject: Add the category on the threads list --- hyperkitty/static/css/hyperkitty-threadslist.css | 7 +++++++ 1 file changed, 7 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 610d603..653d5d7 100644 --- a/hyperkitty/static/css/hyperkitty-threadslist.css +++ b/hyperkitty/static/css/hyperkitty-threadslist.css @@ -184,3 +184,10 @@ .type_test { background-color: rgb(200, 171, 55); } + + + +/* Category */ +.thread .thread-category { + float: right; +} -- cgit