From cb6837524e2a6cbe0636c08fff46eac1cc1a57e9 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 24 Apr 2013 16:57:01 +0200 Subject: Add a 'Create new thread' button to the overview page --- hyperkitty/static/css/hyperkitty-common.css | 8 +++++++- hyperkitty/static/css/hyperkitty-overview.css | 5 +++++ hyperkitty/static/css/hyperkitty-threadslist.css | 6 ------ hyperkitty/templates/recent_activities.html | 6 ++++++ 4 files changed, 18 insertions(+), 7 deletions(-) (limited to 'hyperkitty') diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css index 5bfcdb4..b385f1d 100644 --- a/hyperkitty/static/css/hyperkitty-common.css +++ b/hyperkitty/static/css/hyperkitty-common.css @@ -235,9 +235,15 @@ a.reply.disabled { /* - * New thread form + * New thread */ +a.thread-new strong { + font-size: 150%; + font-weight: bold; + margin-right: 0.2em; +} + .new-thread-form { margin-left: 2em; } diff --git a/hyperkitty/static/css/hyperkitty-overview.css b/hyperkitty/static/css/hyperkitty-overview.css index cb489da..7898764 100644 --- a/hyperkitty/static/css/hyperkitty-overview.css +++ b/hyperkitty/static/css/hyperkitty-overview.css @@ -32,6 +32,11 @@ } +#recent_activities p.thread-new { + text-align: center; +} + + #top-discussion, #discussion-by-topic, #most-active, diff --git a/hyperkitty/static/css/hyperkitty-threadslist.css b/hyperkitty/static/css/hyperkitty-threadslist.css index bb28e89..231ba43 100644 --- a/hyperkitty/static/css/hyperkitty-threadslist.css +++ b/hyperkitty/static/css/hyperkitty-threadslist.css @@ -24,12 +24,6 @@ #thread-list .thread-list-header .thread-new { float: right; } -#thread-list .thread-list-header .thread-new strong { - font-size: 150%; - font-weight: bold; - margin-right: 0.2em; -} - /* diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html index 233067c..b46f06b 100644 --- a/hyperkitty/templates/recent_activities.html +++ b/hyperkitty/templates/recent_activities.html @@ -22,6 +22,12 @@
+

+ + Start a new thread +

+
-- cgit