From 366a134413586f3ddbf453ea1601eb1944d43d90 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 2 May 2013 16:02:16 +0200 Subject: Make it simple to create a new thread instead of replying --- hyperkitty/static/css/hyperkitty-common.css | 12 +++++++++++- 1 file changed, 11 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 b385f1d..26b1153 100644 --- a/hyperkitty/static/css/hyperkitty-common.css +++ b/hyperkitty/static/css/hyperkitty-common.css @@ -47,7 +47,7 @@ /* Forms (replies, registration, ...) */ form .buttons .submit { /* leave some space before the cancel button/link */ - margin-right: 2em; + margin-right: 1em; } @@ -210,11 +210,21 @@ a.reply.disabled { padding-top: 1em; } .reply-form p.reply-tools { + margin-bottom: 0.7em; +} +.reply-form p.reply-tools label { + display: inline; font-size: 90%; + margin-left: 1.5em; +} +.reply-form p.reply-tools input { + margin-top: 0; + margin-right: 0.1em; } .reply-form p { margin: 0; } +.reply-form #id_subject, .reply-form textarea { width: 95%; } -- cgit