1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-22 23:40:12 +02:00

[ticket/11978] Fix width of topic search text field

PHPBB3-11978
This commit is contained in:
Oliver Schramm 2014-04-15 23:18:41 +02:00
parent c63b5275d8
commit 7824535839

View File

@ -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%;