From e484fbe3e012a57c95963c24db190c91575e1bc5 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 22 Sep 2013 16:33:56 +0200 Subject: Fix autoresizing of textarea on upload_form Signed-off-by: Florian Pritz --- data/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/css/style.css b/data/css/style.css index 62132f35d..b7a4b5143 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -90,18 +90,18 @@ } } -.text-upload { +textarea.text-upload { height: 200px; } @media (min-height: 700px) { - .text-upload { + textarea.text-upload { height: 300px; } } @media (min-height: 800px) { - .text-upload { + textarea.text-upload { height: 400px; } } -- cgit v1.2.3-24-g4f1b