summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-07 14:52:18 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-07 15:00:29 +0100
commitaae9a5a1b6c75095817c0914ef7b92e63903fc2e (patch)
tree6173bf6f1f64f1296dabf792e63679e9e955b53f /hyperkitty/static/css
parent76e48cc49fc7c73ba9642129059c2e51234c3fe6 (diff)
downloadhyperkitty-aae9a5a1b6c75095817c0914ef7b92e63903fc2e.tar.gz
hyperkitty-aae9a5a1b6c75095817c0914ef7b92e63903fc2e.tar.xz
hyperkitty-aae9a5a1b6c75095817c0914ef7b92e63903fc2e.zip
Fix the tags search view (#35)
And factor some views/templates while I'm at it. And remove unused/obsolete stuff in the same move.
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r--hyperkitty/static/css/hyperkitty.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/hyperkitty/static/css/hyperkitty.css b/hyperkitty/static/css/hyperkitty.css
index b8f56b4..5381e86 100644
--- a/hyperkitty/static/css/hyperkitty.css
+++ b/hyperkitty/static/css/hyperkitty.css
@@ -373,29 +373,29 @@ form.likeform {
}
-/* Month view header */
+/* Threads view header */
-#month-view .month-header {
+#thread-list .thread-list-header {
margin-bottom: 4em;
}
-#month-view .month-header .month-info {
+#thread-list .thread-list-header .thread-list-info {
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}
-#month-view .month-header .month-info li {
+#thread-list .thread-list-header .thread-list-info li {
display: inline;
margin-right: 2em;
}
-#month-view .month-header .month-info li.list-address {
+#thread-list .thread-list-header .thread-list-info li.list-address {
font-size: 120%;
margin-right: 4em;
}
-/* Thread list */
+/* Thread view */
.thread {
margin: 2em 0 2em 0;