summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/hyperkitty-common.css
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/static/css/hyperkitty-common.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 */