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-common.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'hyperkitty/static/css/hyperkitty-common.css') diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css index 7b3190b..419cb7f 100644 --- a/hyperkitty/static/css/hyperkitty-common.css +++ b/hyperkitty/static/css/hyperkitty-common.css @@ -295,3 +295,26 @@ a.thread-new strong { .ui-autocomplete-loading { background: white url('../img/ajax-loader.gif') right center no-repeat; } + + +/* + * Categories + */ + +.thread-category { + padding: 0; + padding-bottom: 10px; +} +.thread-category form { + margin: 0; + display: none; +} +.thread-category form select { + font-size: 90%; + width: 12em; +} +.thread-category form .errorlist { + display: none; /* Displayed manually */ +} + + -- cgit