summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/hyperkitty-common.css
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-07-11 17:18:25 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-07-11 17:18:25 +0200
commit39deff37c950534d2a44e4bd040e49118b34a731 (patch)
tree5f950b3c0c9e2ca81b1c6192ea1ef280e0ec7e90 /hyperkitty/static/css/hyperkitty-common.css
parent2c7c64b084040ad0666b15c511ff18bb96fc79b9 (diff)
downloadhyperkitty-39deff37c950534d2a44e4bd040e49118b34a731.tar.gz
hyperkitty-39deff37c950534d2a44e4bd040e49118b34a731.tar.xz
hyperkitty-39deff37c950534d2a44e4bd040e49118b34a731.zip
Add the category on the threads list
Diffstat (limited to 'hyperkitty/static/css/hyperkitty-common.css')
-rw-r--r--hyperkitty/static/css/hyperkitty-common.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css
index 7b3190b..419cb7f 100644
--- a/hyperkitty/static/css/hyperkitty-common.css
+++ b/hyperkitty/static/css/hyperkitty-common.css
@@ -295,3 +295,26 @@ a.thread-new strong {
.ui-autocomplete-loading {
background: white url('../img/ajax-loader.gif') right center no-repeat;
}
+
+
+/*
+ * Categories
+ */
+
+.thread-category {
+ padding: 0;
+ padding-bottom: 10px;
+}
+.thread-category form {
+ margin: 0;
+ display: none;
+}
+.thread-category form select {
+ font-size: 90%;
+ width: 12em;
+}
+.thread-category form .errorlist {
+ display: none; /* Displayed manually */
+}
+
+