diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-07-11 16:06:25 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-07-11 16:06:25 +0200 |
commit | 510c337117a77591400d7ee1d8d20ffd3ca2f731 (patch) | |
tree | 6b9cac799a13c13b54905e29542fa11c342727ae /hyperkitty/static/css/hyperkitty-message.css | |
parent | 5b18d42d67afc08f469ec216b1d55adeb19feda8 (diff) | |
download | hyperkitty-510c337117a77591400d7ee1d8d20ffd3ca2f731.tar.gz hyperkitty-510c337117a77591400d7ee1d8d20ffd3ca2f731.tar.xz hyperkitty-510c337117a77591400d7ee1d8d20ffd3ca2f731.zip |
Manage thread categories in the database
Diffstat (limited to 'hyperkitty/static/css/hyperkitty-message.css')
-rw-r--r-- | hyperkitty/static/css/hyperkitty-message.css | 18 |
1 files changed, 6 insertions, 12 deletions
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 */ |