From 510c337117a77591400d7ee1d8d20ffd3ca2f731 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 11 Jul 2013 16:06:25 +0200 Subject: Manage thread categories in the database --- hyperkitty/static/css/hyperkitty-message.css | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'hyperkitty/static/css') diff --git a/hyperkitty/static/css/hyperkitty-message.css b/hyperkitty/static/css/hyperkitty-message.css index f7af9b2..1e74517 100644 --- a/hyperkitty/static/css/hyperkitty-message.css +++ b/hyperkitty/static/css/hyperkitty-message.css @@ -150,30 +150,24 @@ /* Categories */ -#thread-overview-info #thread-category { - padding: 10px 0; +#thread-category { + padding: 0; + padding-bottom: 10px; text-align: center; } -#thread-overview-info #thread-category form { +#thread-category form { margin: 0; display: none; } -#thread-overview-info #thread-category form select { +#thread-category form select { font-size: 90%; width: 12em; } -#thread-overview-info #thread-category a.label { +#thread-category a.label { font-size: 120%; line-height: 120%; } -#thread-category .question { - background-color: #f89406; -} -#thread-category .announce { - background-color: #3a87ad; -} - /* Participants */ -- cgit