summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/hyperkitty-common.css
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-07-11 17:41:02 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-07-11 17:41:02 +0200
commit21d28e145152cc7447b64cee54c732787090260e (patch)
tree71ab06efe7ae59783ec93b3688ee0f9fddd0f227 /hyperkitty/static/css/hyperkitty-common.css
parent39deff37c950534d2a44e4bd040e49118b34a731 (diff)
downloadhyperkitty-21d28e145152cc7447b64cee54c732787090260e.tar.gz
hyperkitty-21d28e145152cc7447b64cee54c732787090260e.tar.xz
hyperkitty-21d28e145152cc7447b64cee54c732787090260e.zip
Improve display of the category on the threads list
Diffstat (limited to 'hyperkitty/static/css/hyperkitty-common.css')
-rw-r--r--hyperkitty/static/css/hyperkitty-common.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css
index 419cb7f..fa8b6d4 100644
--- a/hyperkitty/static/css/hyperkitty-common.css
+++ b/hyperkitty/static/css/hyperkitty-common.css
@@ -303,15 +303,18 @@ a.thread-new strong {
.thread-category {
padding: 0;
- padding-bottom: 10px;
}
.thread-category form {
margin: 0;
display: none;
}
+.thread-category form p {
+ margin: 0;
+}
.thread-category form select {
font-size: 90%;
width: 12em;
+ margin: 0;
}
.thread-category form .errorlist {
display: none; /* Displayed manually */