Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Side by Side Diff: chrome/browser/resources/options/chromeos_language_chewing_options.html

Issue 6541086: WebUI Prefs: Don't use display:block for labels (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove pointless rul Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div class="page hidden" id="languageChewingPage"> 1 <div class="page hidden" id="languageChewingPage">
2 <h1 i18n-content="languageChewingPage"></h1> 2 <h1 i18n-content="languageChewingPage"></h1>
3 <section> 3 <section>
4 <table class="option-control-table"> 4 <table class="option-control-table">
5 <tr> 5 <tr>
6 <td class="option-name" colspan="2"> 6 <td class="option-name" colspan="2">
7 <label class="checkbox"> 7 <div class="checkbox">
8 <input id="chewing-auto-shift-cur" 8 <label>
9 pref="settings.language.chewing_auto_shift_cur" type="checkbox"> 9 <input id="chewing-auto-shift-cur"
10 <span i18n-content="Chewing_autoShiftCur"></span> 10 pref="settings.language.chewing_auto_shift_cur" type="checkbo x">
11 </label> 11 <span i18n-content="Chewing_autoShiftCur"></span>
12 </label>
13 </div>
12 </td> 14 </td>
13 </tr> 15 </tr>
14 <tr> 16 <tr>
15 <td class="option-name" colspan="2"> 17 <td class="option-name" colspan="2">
16 <label class="checkbox"> 18 <div class="checkbox">
17 <input id="chewing-add-phrase-direction" 19 <label>
18 pref="settings.language.chewing_add_phrase_direction" 20 <input id="chewing-add-phrase-direction"
19 type="checkbox"> 21 pref="settings.language.chewing_add_phrase_direction"
20 <span i18n-content="Chewing_addPhraseDirection"></span> 22 type="checkbox">
21 </label> 23 <span i18n-content="Chewing_addPhraseDirection"></span>
24 </label>
25 </div>
22 </td> 26 </td>
23 </tr> 27 </tr>
24 <tr> 28 <tr>
25 <td class="option-name" colspan="2"> 29 <td class="option-name" colspan="2">
26 <label class="checkbox"> 30 <div class="checkbox">
27 <input id="chewing-easy-symbol-input" 31 <label>
28 pref="settings.language.chewing_easy_symbol_input" 32 <input id="chewing-easy-symbol-input"
29 type="checkbox"> 33 pref="settings.language.chewing_easy_symbol_input"
30 <span i18n-content="Chewing_easySymbolInput"></span> 34 type="checkbox">
31 </label> 35 <span i18n-content="Chewing_easySymbolInput"></span>
36 </label>
37 </div>
32 </td> 38 </td>
33 </tr> 39 </tr>
34 <tr> 40 <tr>
35 <td class="option-name" colspan="2"> 41 <td class="option-name" colspan="2">
36 <label class="checkbox"> 42 <div class="checkbox">
37 <input id="chewing-esc-clean-all-buf" 43 <label>
38 pref="settings.language.chewing_esc_clean_all_buf" 44 <input id="chewing-esc-clean-all-buf"
39 type="checkbox"> 45 pref="settings.language.chewing_esc_clean_all_buf"
40 <span i18n-content="Chewing_escCleanAllBuf"></span> 46 type="checkbox">
41 </label> 47 <span i18n-content="Chewing_escCleanAllBuf"></span>
48 </label>
49 </div>
42 </td> 50 </td>
43 </tr> 51 </tr>
44 <tr> 52 <tr>
45 <td class="option-name" colspan="2"> 53 <td class="option-name" colspan="2">
46 <label class="checkbox"> 54 <div class="checkbox">
47 <input id="chewing-force-lowercase-english" 55 <label>
48 pref="settings.language.chewing_force_lowercase_english" 56 <input id="chewing-force-lowercase-english"
49 type="checkbox"> 57 pref="settings.language.chewing_force_lowercase_english"
50 <span i18n-content="Chewing_forceLowercaseEnglish"></span> 58 type="checkbox">
51 </label> 59 <span i18n-content="Chewing_forceLowercaseEnglish"></span>
60 </label>
61 </div>
52 </td> 62 </td>
53 </tr> 63 </tr>
54 <tr> 64 <tr>
55 <td class="option-name" colspan="2"> 65 <td class="option-name" colspan="2">
56 <label class="checkbox"> 66 <div class="checkbox">
57 <input id="chewing-plain-zhuyin" 67 <label>
58 pref="settings.language.chewing_plain_zhuyin" 68 <input id="chewing-plain-zhuyin"
59 type="checkbox"> 69 pref="settings.language.chewing_plain_zhuyin"
60 <span i18n-content="Chewing_plainZhuyin"></span> 70 type="checkbox">
61 </label> 71 <span i18n-content="Chewing_plainZhuyin"></span>
72 </label>
73 </div>
62 </td> 74 </td>
63 </tr> 75 </tr>
64 <tr> 76 <tr>
65 <td class="option-name" colspan="2"> 77 <td class="option-name" colspan="2">
66 <label class="checkbox"> 78 <div class="checkbox">
67 <input id="chewing-phrase-choice-rearward" 79 <label>
68 pref="settings.language.chewing_phrase_choice_rearward" 80 <input id="chewing-phrase-choice-rearward"
69 type="checkbox"> 81 pref="settings.language.chewing_phrase_choice_rearward"
70 <span i18n-content="Chewing_phraseChoiceRearward"></span> 82 type="checkbox">
71 </label> 83 <span i18n-content="Chewing_phraseChoiceRearward"></span>
84 </label>
85 </div>
72 </td> 86 </td>
73 </tr> 87 </tr>
74 <tr> 88 <tr>
75 <td class="option-name" colspan="2"> 89 <td class="option-name" colspan="2">
76 <label class="checkbox"> 90 <div class="checkbox">
77 <input id="chewing-space-as-selection" 91 <label>
78 pref="settings.language.chewing_space_as_selection" 92 <input id="chewing-space-as-selection"
79 type="checkbox"> 93 pref="settings.language.chewing_space_as_selection"
80 <span i18n-content="Chewing_spaceAsSelection"></span> 94 type="checkbox">
81 </label> 95 <span i18n-content="Chewing_spaceAsSelection"></span>
96 </label>
97 </div>
82 </td> 98 </td>
83 </tr> 99 </tr>
84 <tr> 100 <tr>
85 <td class="option-name" i18n-content="Chewing_maxChiSymbolLen"></td> 101 <td class="option-name" i18n-content="Chewing_maxChiSymbolLen"></td>
86 <td class="option-value"> 102 <td class="option-value">
87 <input id="chewing-max-chi-symbol-len" class="control" 103 <input id="chewing-max-chi-symbol-len" class="control"
88 pref="settings.language.chewing_max_chi_symbol_len" 104 pref="settings.language.chewing_max_chi_symbol_len"
89 i18n-values="min:Chewing_maxChiSymbolLenMin; 105 i18n-values="min:Chewing_maxChiSymbolLenMin;
90 max:Chewing_maxChiSymbolLenMax" 106 max:Chewing_maxChiSymbolLenMax"
91 type="range"> 107 type="range">
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 <td class="option-value"> 140 <td class="option-value">
125 <select id="chewing-sel-key-type" class="control" 141 <select id="chewing-sel-key-type" class="control"
126 pref="settings.language.chewing_hsu_sel_key_type" 142 pref="settings.language.chewing_hsu_sel_key_type"
127 dataType="string" 143 dataType="string"
128 i18n-options="Chewing_hsuSelKeyTypeValue"></select> 144 i18n-options="Chewing_hsuSelKeyTypeValue"></select>
129 </td> 145 </td>
130 </tr> 146 </tr>
131 </table> 147 </table>
132 </section> 148 </section>
133 </div> 149 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698