From 21bec33e0b865aa3a43de63b0abcd7ca72201b5a Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 13 Mar 2014 12:47:28 -0700 Subject: [PATCH] [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 --- phpBB/styles/prosilver/theme/forms.css | 1 + 1 file changed, 1 insertion(+) 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 */