summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-05-02 16:02:16 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-05-02 16:02:16 +0200
commit366a134413586f3ddbf453ea1601eb1944d43d90 (patch)
tree813e5cbfab4d9923511c1a6bf5d40bdba1daefc8 /hyperkitty/static/css
parent89c624457ce8cb688b899995740d824a0bb3df74 (diff)
downloadhyperkitty-366a134413586f3ddbf453ea1601eb1944d43d90.tar.gz
hyperkitty-366a134413586f3ddbf453ea1601eb1944d43d90.tar.xz
hyperkitty-366a134413586f3ddbf453ea1601eb1944d43d90.zip
Make it simple to create a new thread instead of replying
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r--hyperkitty/static/css/hyperkitty-common.css12
1 files changed, 11 insertions, 1 deletions
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%;
}