diff options
| author | Matt Friedman <maf675@gmail.com> | 2014-03-13 12:47:28 -0700 | 
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2014-03-13 12:47:28 -0700 | 
| commit | 21bec33e0b865aa3a43de63b0abcd7ca72201b5a (patch) | |
| tree | 3fffbeff018b2eb7d5a3ca81cc3db45d0ace83e7 | |
| parent | 8a61e4b4c0a490125409cd8990a92e0fe6edebdf (diff) | |
| download | forums-21bec33e0b865aa3a43de63b0abcd7ca72201b5a.tar forums-21bec33e0b865aa3a43de63b0abcd7ca72201b5a.tar.gz forums-21bec33e0b865aa3a43de63b0abcd7ca72201b5a.tar.bz2 forums-21bec33e0b865aa3a43de63b0abcd7ca72201b5a.tar.xz forums-21bec33e0b865aa3a43de63b0abcd7ca72201b5a.zip | |
[ticket/11111] Prosilver posting textarea may only be resized vertically
The resize element displays a mechanism for allowing the
user to resize the element. Setting this to vertical means it
may only be resized vertically.
PHPBB3-11111
| -rw-r--r-- | phpBB/styles/prosilver/theme/forms.css | 1 | 
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 */ | 
