mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-23 15:59:49 +02:00
[ticket/11978] Fix width of topic search text field
PHPBB3-11978
This commit is contained in:
parent
c63b5275d8
commit
7824535839
@ -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%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user