diff options
Diffstat (limited to 'chrome/browser/resources/options/chromeos_language_chewing_options.html')
| -rw-r--r-- | chrome/browser/resources/options/chromeos_language_chewing_options.html | 110 |
1 files changed, 63 insertions, 47 deletions
diff --git a/chrome/browser/resources/options/chromeos_language_chewing_options.html b/chrome/browser/resources/options/chromeos_language_chewing_options.html index 810ecc8..b0d991a 100644 --- a/chrome/browser/resources/options/chromeos_language_chewing_options.html +++ b/chrome/browser/resources/options/chromeos_language_chewing_options.html @@ -4,81 +4,97 @@ <table class="option-control-table"> <tr> <td class="option-name" colspan="2"> - <label class="checkbox"> - <input id="chewing-auto-shift-cur" - pref="settings.language.chewing_auto_shift_cur" type="checkbox"> - <span i18n-content="Chewing_autoShiftCur"></span> - </label> + <div class="checkbox"> + <label> + <input id="chewing-auto-shift-cur" + pref="settings.language.chewing_auto_shift_cur" type="checkbox"> + <span i18n-content="Chewing_autoShiftCur"></span> + </label> + </div> </td> </tr> <tr> <td class="option-name" colspan="2"> - <label class="checkbox"> - <input id="chewing-add-phrase-direction" - pref="settings.language.chewing_add_phrase_direction" - type="checkbox"> - <span i18n-content="Chewing_addPhraseDirection"></span> - </label> + <div class="checkbox"> + <label> + <input id="chewing-add-phrase-direction" + pref="settings.language.chewing_add_phrase_direction" + type="checkbox"> + <span i18n-content="Chewing_addPhraseDirection"></span> + </label> + </div> </td> </tr> <tr> <td class="option-name" colspan="2"> - <label class="checkbox"> - <input id="chewing-easy-symbol-input" - pref="settings.language.chewing_easy_symbol_input" - type="checkbox"> - <span i18n-content="Chewing_easySymbolInput"></span> - </label> + <div class="checkbox"> + <label> + <input id="chewing-easy-symbol-input" + pref="settings.language.chewing_easy_symbol_input" + type="checkbox"> + <span i18n-content="Chewing_easySymbolInput"></span> + </label> + </div> </td> </tr> <tr> <td class="option-name" colspan="2"> - <label class="checkbox"> - <input id="chewing-esc-clean-all-buf" - pref="settings.language.chewing_esc_clean_all_buf" - type="checkbox"> - <span i18n-content="Chewing_escCleanAllBuf"></span> - </label> + <div class="checkbox"> + <label> + <input id="chewing-esc-clean-all-buf" + pref="settings.language.chewing_esc_clean_all_buf" + type="checkbox"> + <span i18n-content="Chewing_escCleanAllBuf"></span> + </label> + </div> </td> </tr> <tr> <td class="option-name" colspan="2"> - <label class="checkbox"> - <input id="chewing-force-lowercase-english" - pref="settings.language.chewing_force_lowercase_english" - type="checkbox"> - <span i18n-content="Chewing_forceLowercaseEnglish"></span> - </label> + <div class="checkbox"> + <label> + <input id="chewing-force-lowercase-english" + pref="settings.language.chewing_force_lowercase_english" + type="checkbox"> + <span i18n-content="Chewing_forceLowercaseEnglish"></span> + </label> + </div> </td> </tr> <tr> <td class="option-name" colspan="2"> - <label class="checkbox"> - <input id="chewing-plain-zhuyin" - pref="settings.language.chewing_plain_zhuyin" - type="checkbox"> - <span i18n-content="Chewing_plainZhuyin"></span> - </label> + <div class="checkbox"> + <label> + <input id="chewing-plain-zhuyin" + pref="settings.language.chewing_plain_zhuyin" + type="checkbox"> + <span i18n-content="Chewing_plainZhuyin"></span> + </label> + </div> </td> </tr> <tr> <td class="option-name" colspan="2"> - <label class="checkbox"> - <input id="chewing-phrase-choice-rearward" - pref="settings.language.chewing_phrase_choice_rearward" - type="checkbox"> - <span i18n-content="Chewing_phraseChoiceRearward"></span> - </label> + <div class="checkbox"> + <label> + <input id="chewing-phrase-choice-rearward" + pref="settings.language.chewing_phrase_choice_rearward" + type="checkbox"> + <span i18n-content="Chewing_phraseChoiceRearward"></span> + </label> + </div> </td> </tr> <tr> <td class="option-name" colspan="2"> - <label class="checkbox"> - <input id="chewing-space-as-selection" - pref="settings.language.chewing_space_as_selection" - type="checkbox"> - <span i18n-content="Chewing_spaceAsSelection"></span> - </label> + <div class="checkbox"> + <label> + <input id="chewing-space-as-selection" + pref="settings.language.chewing_space_as_selection" + type="checkbox"> + <span i18n-content="Chewing_spaceAsSelection"></span> + </label> + </div> </td> </tr> <tr> |
