mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 07:08:09 +01:00
Merge pull request #2317 from Elsensee/ticket/11978
[ticket/11978] Fix width of topic search text field * Elsensee/ticket/11978: [ticket/11978] Fix width of topic search text field
This commit is contained in:
commit
3608abdf8c
@ -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