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-overview.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hyperkitty/static/css/hyperkitty-overview.css') 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, -- cgit