diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-17 23:31:45 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-17 23:31:45 +0200 |
| commit | 3608abdf8c8e4038d21764423213a3fa06e2e558 (patch) | |
| tree | ff9e06f3d6aa656309173a85206fe9bf10092469 | |
| parent | 0da5e3bee9567138431d097aa1a4bea6d1fe2281 (diff) | |
| parent | 7824535839aab0cc9a8b0100abc2dde592ae6ec0 (diff) | |
| download | forums-3608abdf8c8e4038d21764423213a3fa06e2e558.tar forums-3608abdf8c8e4038d21764423213a3fa06e2e558.tar.gz forums-3608abdf8c8e4038d21764423213a3fa06e2e558.tar.bz2 forums-3608abdf8c8e4038d21764423213a3fa06e2e558.tar.xz forums-3608abdf8c8e4038d21764423213a3fa06e2e558.zip | |
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
| -rw-r--r-- | phpBB/styles/prosilver/theme/forms.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css index 64d2df2d1a..88f2bd65c5 100644 --- a/phpBB/styles/prosilver/theme/forms.css +++ b/phpBB/styles/prosilver/theme/forms.css @@ -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%; |
