From f2950f4b226b5a7d388c4eb2fb6c383e72ac6d54 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 8 Jul 2013 12:49:49 +0200 Subject: Make a widget to add multiple attachments --- hyperkitty/static/css/hyperkitty-common.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (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 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 */ -- cgit