mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-20 18:28:55 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/11978] Fix width of topic search text field
This commit is contained in:
commit
e77d7638f2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue