diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-07-10 19:02:39 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-07-10 19:02:39 +0200 |
commit | 5b18d42d67afc08f469ec216b1d55adeb19feda8 (patch) | |
tree | f159cfb488b7f1c25c0a78cd882daaafb794f0a4 /hyperkitty/static/css | |
parent | f2950f4b226b5a7d388c4eb2fb6c383e72ac6d54 (diff) | |
download | hyperkitty-5b18d42d67afc08f469ec216b1d55adeb19feda8.tar.gz hyperkitty-5b18d42d67afc08f469ec216b1d55adeb19feda8.tar.xz hyperkitty-5b18d42d67afc08f469ec216b1d55adeb19feda8.zip |
Add categories to threads
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r-- | hyperkitty/static/css/hyperkitty-message.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/hyperkitty/static/css/hyperkitty-message.css b/hyperkitty/static/css/hyperkitty-message.css index 2dfb9df..f7af9b2 100644 --- a/hyperkitty/static/css/hyperkitty-message.css +++ b/hyperkitty/static/css/hyperkitty-message.css @@ -148,6 +148,33 @@ } +/* Categories */ + +#thread-overview-info #thread-category { + padding: 10px 0; + text-align: center; +} +#thread-overview-info #thread-category form { + margin: 0; + display: none; +} +#thread-overview-info #thread-category form select { + font-size: 90%; + width: 12em; +} +#thread-overview-info #thread-category a.label { + font-size: 120%; + line-height: 120%; +} + +#thread-category .question { + background-color: #f89406; +} +#thread-category .announce { + background-color: #3a87ad; +} + + /* Participants */ #participants { |