diff options
author | Cesar G <prototech91@gmail.com> | 2015-10-14 04:28:34 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2015-10-14 04:28:34 -0700 |
commit | 50bf3411d422630258cd89ddcda52e2e6786a050 (patch) | |
tree | f4afdf47af4d0e92fb1822ed78186bd5e29a92fe /phpBB/styles/prosilver | |
parent | 3367f0036a2521c7d6ea2b3fed5d42f7b0d19611 (diff) | |
parent | 6bcec956ba6d3fc4f1cdccc43d638b99ef5d783c (diff) | |
download | forums-50bf3411d422630258cd89ddcda52e2e6786a050.tar forums-50bf3411d422630258cd89ddcda52e2e6786a050.tar.gz forums-50bf3411d422630258cd89ddcda52e2e6786a050.tar.bz2 forums-50bf3411d422630258cd89ddcda52e2e6786a050.tar.xz forums-50bf3411d422630258cd89ddcda52e2e6786a050.zip |
Merge pull request #3959 from marc1706/ticket/13684
[ticket/13684] Prevent horizontal resize of attach comment textarea
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/theme/plupload.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/plupload.css b/phpBB/styles/prosilver/theme/plupload.css index 7d4092c3fe..b17cca5f25 100644 --- a/phpBB/styles/prosilver/theme/plupload.css +++ b/phpBB/styles/prosilver/theme/plupload.css @@ -15,6 +15,11 @@ width: 30%; } +.attach-comment .inputbox { + resize: vertical; + width: 100%; +} + .attach-filesize { width: 15%; } |