aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/plupload.css
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2015-10-14 04:29:50 -0700
committerCesar G <prototech91@gmail.com>2015-10-14 04:29:50 -0700
commit9ec8faff32ac5af85602891e9bf4893d377fe177 (patch)
treebfb88b049f91284d4c914f2ca85799f679d56223 /phpBB/styles/prosilver/theme/plupload.css
parent57a2e63300dd37f7c746d5218273c00b8db4e983 (diff)
parent50bf3411d422630258cd89ddcda52e2e6786a050 (diff)
downloadforums-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.css5
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%;
}