mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-25 08:41:53 +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.inputbox { width: 85%; }
|
||||||
input.medium { width: 50%; }
|
input.medium { width: 50%; }
|
||||||
input.narrow { width: 25%; }
|
input.narrow { width: 25%; }
|
||||||
input.tiny { width: 125px; }
|
input.tiny { width: 150px; }
|
||||||
|
|
||||||
textarea.inputbox {
|
textarea.inputbox {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user