diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-07-19 16:13:16 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-07-19 16:13:16 +0200 |
commit | 5b7884907c7b6e24689f826f90fc5f10cb968118 (patch) | |
tree | 5d2fb648301d0dec100f87b551f7d9062c5f194a /phpBB/styles/prosilver/template/timezone_option.html | |
parent | 196e6343702e7d769d1b1668fd29682ad3bade4c (diff) | |
download | forums-5b7884907c7b6e24689f826f90fc5f10cb968118.tar forums-5b7884907c7b6e24689f826f90fc5f10cb968118.tar.gz forums-5b7884907c7b6e24689f826f90fc5f10cb968118.tar.bz2 forums-5b7884907c7b6e24689f826f90fc5f10cb968118.tar.xz forums-5b7884907c7b6e24689f826f90fc5f10cb968118.zip |
[feature/new-tz-handling] Fix size of suggestion button in chrome
PHPBB3-9558
Diffstat (limited to 'phpBB/styles/prosilver/template/timezone_option.html')
-rw-r--r-- | phpBB/styles/prosilver/template/timezone_option.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/timezone_option.html b/phpBB/styles/prosilver/template/timezone_option.html index 3881c2553c..94e2bbdfbd 100644 --- a/phpBB/styles/prosilver/template/timezone_option.html +++ b/phpBB/styles/prosilver/template/timezone_option.html @@ -6,7 +6,7 @@ <option value="">{L_SELECT_CURRENT_TIME}</option> {S_TZ_DATE_OPTIONS} </select> - <input id="tz_select_date_suggest" class="button2" style="display: none;" data-is-registration="<!-- IF S_REGISTRATION -->true<!-- ELSE -->false<!-- ENDIF -->" data-l-suggestion="{L_TIMEZONE_DATE_SUGGESTION}" value="{L_TIMEZONE_DATE_SUGGESTION}" /> + <input id="tz_select_date_suggest" class="inputbox button2" style="display: none; width: 150px !important;" data-is-registration="<!-- IF S_REGISTRATION -->true<!-- ELSE -->false<!-- ENDIF -->" data-l-suggestion="{L_TIMEZONE_DATE_SUGGESTION}" value="fuu" /> </dd> <!-- ENDIF --> <dd> |