diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-10-11 12:38:07 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2015-10-14 11:13:15 +0200 |
| commit | 6bcec956ba6d3fc4f1cdccc43d638b99ef5d783c (patch) | |
| tree | 12008133bcfa7e27488e48e66afde0bd5dd043e7 /phpBB | |
| parent | f6c8338358e5216a62c37bc8ccf252d0e5c6fe0f (diff) | |
| download | forums-6bcec956ba6d3fc4f1cdccc43d638b99ef5d783c.tar forums-6bcec956ba6d3fc4f1cdccc43d638b99ef5d783c.tar.gz forums-6bcec956ba6d3fc4f1cdccc43d638b99ef5d783c.tar.bz2 forums-6bcec956ba6d3fc4f1cdccc43d638b99ef5d783c.tar.xz forums-6bcec956ba6d3fc4f1cdccc43d638b99ef5d783c.zip | |
[ticket/13684] Prevent horizontal resize of attach comment textarea
PHPBB3-13684
Diffstat (limited to 'phpBB')
| -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%; } |
