diff options
author | Cesar G <prototech91@gmail.com> | 2015-10-14 04:29:50 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2015-10-14 04:29:50 -0700 |
commit | 9ec8faff32ac5af85602891e9bf4893d377fe177 (patch) | |
tree | bfb88b049f91284d4c914f2ca85799f679d56223 /phpBB/styles/prosilver/theme/plupload.css | |
parent | 57a2e63300dd37f7c746d5218273c00b8db4e983 (diff) | |
parent | 50bf3411d422630258cd89ddcda52e2e6786a050 (diff) | |
download | forums-9ec8faff32ac5af85602891e9bf4893d377fe177.tar forums-9ec8faff32ac5af85602891e9bf4893d377fe177.tar.gz forums-9ec8faff32ac5af85602891e9bf4893d377fe177.tar.bz2 forums-9ec8faff32ac5af85602891e9bf4893d377fe177.tar.xz forums-9ec8faff32ac5af85602891e9bf4893d377fe177.zip |
Merge branch '3.1.x'
* 3.1.x:
[ticket/13684] Prevent horizontal resize of attach comment textarea
Diffstat (limited to 'phpBB/styles/prosilver/theme/plupload.css')
-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 bbbf7ebe53..f466803964 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%; } |