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-message.css | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'hyperkitty/static/css/hyperkitty-message.css') diff --git a/hyperkitty/static/css/hyperkitty-message.css b/hyperkitty/static/css/hyperkitty-message.css index 1e74517..0f7ca20 100644 --- a/hyperkitty/static/css/hyperkitty-message.css +++ b/hyperkitty/static/css/hyperkitty-message.css @@ -150,25 +150,14 @@ /* Categories */ -#thread-category { - padding: 0; - padding-bottom: 10px; +.thread-header .thread-category { text-align: center; } -#thread-category form { - margin: 0; - display: none; -} -#thread-category form select { - font-size: 90%; - width: 12em; -} -#thread-category a.label { +.thread-header .thread-category a.label { font-size: 120%; line-height: 120%; } - /* Participants */ #participants { -- cgit