summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/hyperkitty-message.css
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/static/css/hyperkitty-message.css')
-rw-r--r--hyperkitty/static/css/hyperkitty-message.css18
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 */