aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-03-13 23:49:29 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-03-13 23:49:29 +0100
commit92b15fbdf89d7585ee018ad6550489c1ebf222db (patch)
tree5e1ea78cf049e179dc009487bf3e0c4f7fc9f98b /phpBB
parent4f8cba3c82f7a80b7b63e490022245158673d40f (diff)
parent21bec33e0b865aa3a43de63b0abcd7ca72201b5a (diff)
downloadforums-92b15fbdf89d7585ee018ad6550489c1ebf222db.tar
forums-92b15fbdf89d7585ee018ad6550489c1ebf222db.tar.gz
forums-92b15fbdf89d7585ee018ad6550489c1ebf222db.tar.bz2
forums-92b15fbdf89d7585ee018ad6550489c1ebf222db.tar.xz
forums-92b15fbdf89d7585ee018ad6550489c1ebf222db.zip
Merge remote-tracking branch 'vsephpbb/ticket/11111' into develop
* vsephpbb/ticket/11111: [ticket/11111] Prosilver posting textarea may only be resized vertically
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/forms.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css
index 755ce4a19d..64d2df2d1a 100644
--- a/phpBB/styles/prosilver/theme/forms.css
+++ b/phpBB/styles/prosilver/theme/forms.css
@@ -256,6 +256,7 @@ fieldset.submit-buttons input {
min-width: 100%;
max-width: 100%;
font-size: 1.2em;
+ resize: vertical;
}
/* Emoticons panel */