From aae9a5a1b6c75095817c0914ef7b92e63903fc2e Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 7 Feb 2013 14:52:18 +0100 Subject: 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. --- hyperkitty/static/css/hyperkitty.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'hyperkitty/static/css') 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; -- cgit