summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-07-08 12:49:49 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-07-08 12:49:49 +0200
commitf2950f4b226b5a7d388c4eb2fb6c383e72ac6d54 (patch)
tree7380a1fc573bf77bdbc915a1d45ae291fabc605e /hyperkitty/static/css
parent8301b45160da213d1f52fddc3527b81959dd3a08 (diff)
downloadhyperkitty-f2950f4b226b5a7d388c4eb2fb6c383e72ac6d54.tar.gz
hyperkitty-f2950f4b226b5a7d388c4eb2fb6c383e72ac6d54.tar.xz
hyperkitty-f2950f4b226b5a7d388c4eb2fb6c383e72ac6d54.zip
Make a widget to add multiple attachments
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r--hyperkitty/static/css/hyperkitty-common.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css
index 1ff6e91..7b3190b 100644
--- a/hyperkitty/static/css/hyperkitty-common.css
+++ b/hyperkitty/static/css/hyperkitty-common.css
@@ -231,6 +231,9 @@ a.reply.disabled {
.reply-form textarea {
width: 95%;
}
+.reply-form p.buttons {
+ margin-top: 1em;
+}
.reply-result {
text-align: center;
}
@@ -264,6 +267,24 @@ a.thread-new strong {
.new-thread-form textarea {
width: 90%;
}
+.new-thread-form p.buttons {
+ margin-top: 2em;
+}
+
+
+/*
+ * Attachments in replies or new threads
+ */
+
+.attach-files-template {
+ display: none;
+}
+.attach-files-add {
+ display: none;
+}
+.attach-files span {
+ display: block;
+}
/* AJAX */