diff options
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 { |