summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-09-22 16:33:56 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-09-22 16:33:56 +0200
commite484fbe3e012a57c95963c24db190c91575e1bc5 (patch)
tree5f805a22f77debba76bcd8517885c886ba26c449 /data
parent7e4912fc03111ab5071e8e7478db48422597777a (diff)
Fix autoresizing of textarea on upload_form
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data')
-rw-r--r--data/css/style.css6
1 files changed, 3 insertions, 3 deletions
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;
}
}