From 7824535839aab0cc9a8b0100abc2dde592ae6ec0 Mon Sep 17 00:00:00 2001 From: Oliver Schramm Date: Tue, 15 Apr 2014 23:18:41 +0200 Subject: [PATCH] [ticket/11978] Fix width of topic search text field PHPBB3-11978 --- phpBB/styles/prosilver/theme/forms.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css index 64d2df2d1a..88f2bd65c5 100644 --- a/phpBB/styles/prosilver/theme/forms.css +++ b/phpBB/styles/prosilver/theme/forms.css @@ -284,7 +284,7 @@ fieldset.submit-buttons input { input.inputbox { width: 85%; } input.medium { width: 50%; } input.narrow { width: 25%; } -input.tiny { width: 125px; } +input.tiny { width: 150px; } textarea.inputbox { width: 85%;