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

Side by Side Diff: chrome/browser/resources/options/chromeos/system_options.html

Issue 7108040: Fix text alignment on settings/system page. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 6 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 id="systemPage" class="page" hidden> 1 <div id="systemPage" class="page" hidden>
2 <h1 i18n-content="systemPage"></h1> 2 <h1 i18n-content="systemPage"></h1>
3 <div class="displaytable"> 3 <div class="displaytable">
4 <section> 4 <section>
5 <h3 i18n-content="datetime_title"></h3> 5 <h3 i18n-content="datetime_title"></h3>
6 <table class="option-control-table"> 6 <div class="option-control-table">
7 <tr> 7 <span class="option-name" i18n-content="timezone"></span>
8 <td class="option-name" i18n-content="timezone"></td> 8 <div class="option-value">
9 <td class="option-value">
10 <select id="timezone-select" class="control" 9 <select id="timezone-select" class="control"
11 i18n-options="timezoneList" 10 i18n-options="timezoneList"
12 dataType="string" 11 dataType="string"
13 pref="cros.system.timezone"></select> 12 pref="cros.system.timezone"></select>
14 </td> 13 </div>
15 <tr> 14 <br>
James Hawkins 2011/06/09 16:29:12 Why are you using <br> here?
kevers 2011/06/09 21:58:34 Was using as a matter of convenience. Refactored
16 <td class="option-name" colspan="2"> 15 <div class="checkbox">
17 <div class="checkbox"> 16 <label>
18 <label> 17 <input id="use-24hour-clock"
19 <input id="use-24hour-clock" 18 pref="settings.clock.use_24hour_clock"
20 pref="settings.clock.use_24hour_clock" 19 type="checkbox">
21 type="checkbox"> 20 <span i18n-content="use_24hour_clock"></span>
22 <span i18n-content="use_24hour_clock"></span> 21 </label>
23 </label> 22 </div>
24 </div> 23 </div>
25 </td>
26 </tr>
27 </tr>
28 </table>
29 </section> 24 </section>
30 <section> 25 <section>
31 <h3 i18n-content="touchpad"></h3> 26 <h3 i18n-content="touchpad"></h3>
32 <table class="option-control-table"> 27 <div class="option-control-table">
33 <tr> 28 <span class="option-name" i18n-content="sensitivity"></span>
34 <td class="option-name" i18n-content="sensitivity"></td> 29 » <div class="slider-control">
35 <td class="option-value"> 30 <div class="slider-composite">
36 <input id="sensitivity-range" type="range" min="1" max="5" 31 <div class="option-value">
37 pref="settings.touchpad.sensitivity2" class="touch-slider"> 32 <input id="sensitivity-range" type="range" min="1" max="5"
38 </td> 33 pref="settings.touchpad.sensitivity2" class="touch-slider">
39 </tr>
40 <tr>
41 <td></td>
42 <td>
43 <span i18n-content="sensitivity_less"></span>
44 <span i18n-content="sensitivity_more"
45 class="touchpad-sensitivity-more"></span>
46 </td>
47 </tr>
48 <tr>
49 <td class="option-name" colspan="2">
50 <div class="checkbox">
51 <label>
52 <input id="tap-to-click-check"
53 pref="settings.touchpad.enable_tap_to_click"
54 type="checkbox">
55 <span i18n-content="enable_tap_to_click"></span>
56 </label>
57 </div> 34 </div>
58 </td> 35 <div>
59 </tr> 36 <span i18n-content="sensitivity_less"></span>
60 </table> 37 <span i18n-content="sensitivity_more"
38 class="touchpad-sensitivity-more"></span>
39 </div>
40 </div>
41 </div>
42 <br>
43 <div class="checkbox">
44 <label>
45 <input id="tap-to-click-check"
46 pref="settings.touchpad.enable_tap_to_click"
47 type="checkbox">
48 <span i18n-content="enable_tap_to_click"></span>
49 </label>
50 </div>
51 </div>
61 </section> 52 </section>
62 <section> 53 <section>
63 <h3 i18n-content="language"></h3> 54 <h3 i18n-content="language"></h3>
64 <table class="option-control-table"> 55 <div class="option-control-table">
65 <tr> 56 <div class="option-name">
66 <td class="option-name"> 57 <button id="language-button" i18n-content="language_customize">
67 <button id="language-button" i18n-content="language_customize"> 58 </button>
68 </button> 59 </div>
69 </td> 60 <div class="option-name">
70 <td class="option-name"> 61 <button id="modifier-keys-button"
71 <button id="modifier-keys-button" 62 i18n-content="modifier_keys_customize"></button>
72 i18n-content="modifier_keys_customize"></button> 63 </div>
73 </td> 64 </div>
74 </tr>
75 </table>
76 </section> 65 </section>
77 <section> 66 <section>
78 <h3 i18n-content="accessibility_title"></h3> 67 <h3 i18n-content="accessibility_title"></h3>
79 <table class="option-control-table"> 68 <div class="option-control-table">
80 <tr> 69 <div class="option-name">
81 <td class="option-name"> 70 <div class="checkbox">
82 <div class="checkbox"> 71 <label>
83 <label> 72 <input id="accesibility-check" type="checkbox">
84 <input id="accesibility-check" type="checkbox"> 73 <span i18n-content="accessibility"></span>
85 <span i18n-content="accessibility"></span> 74 </label>
86 </label> 75 </div>
87 </div> 76 </div>
88 </td> 77 </div>
89 </tr>
90 </table>
91 </section> 78 </section>
92 </div> 79 </div>
93 </div> 80 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698