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