From 8b3f70bb164aec17b81b7dead02be6165ddfd274 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 22 Apr 2013 17:29:16 +0200 Subject: Add a warning when replying while not subscribed Ticket: #46 --- hyperkitty/static/css/hyperkitty-common.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'hyperkitty/static/css') diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css index 5bfcdb4..7850b94 100644 --- a/hyperkitty/static/css/hyperkitty-common.css +++ b/hyperkitty/static/css/hyperkitty-common.css @@ -245,3 +245,14 @@ a.reply.disabled { .new-thread-form textarea { width: 90%; } + + +/* + * Common to both + */ + +.reply-form .note, +.new-thread-form .note { + color: #666666; + font-style: italic; +} -- cgit