1
0
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:
Joas Schilling 2014-04-17 23:31:45 +02:00
commit 3608abdf8c

View File

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