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

Side by Side Diff: chrome/browser/resources/options/chromeos_system_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="systemPage"> 1 <div class="page hidden" id="systemPage">
2 <h1 i18n-content="systemPage"></h1> 2 <h1 i18n-content="systemPage"></h1>
3 <section> 3 <section>
4 <h3 i18n-content="datetime_title"></h3> 4 <h3 i18n-content="datetime_title"></h3>
5 <table class="option-control-table"> 5 <table class="option-control-table">
6 <tr> 6 <tr>
7 <td class="option-name" i18n-content="timezone"></td> 7 <td class="option-name" i18n-content="timezone"></td>
8 <td class="option-value"> 8 <td class="option-value">
9 <select id="timezone-select" class="control" 9 <select id="timezone-select" class="control"
10 i18n-options="timezoneList" 10 i18n-options="timezoneList"
(...skipping 16 matching lines...) Expand all
27 <tr> 27 <tr>
28 <td></td> 28 <td></td>
29 <td> 29 <td>
30 <span i18n-content="sensitivity_less"></span> 30 <span i18n-content="sensitivity_less"></span>
31 <span i18n-content="sensitivity_more" 31 <span i18n-content="sensitivity_more"
32 class="touchpad-sensitivity-more"></span> 32 class="touchpad-sensitivity-more"></span>
33 </td> 33 </td>
34 </tr> 34 </tr>
35 <tr> 35 <tr>
36 <td class="option-name" colspan="2"> 36 <td class="option-name" colspan="2">
37 <label class="checkbox"> 37 <div class="checkbox">
38 <input id="tap-to-click-check" 38 <label>
39 pref="settings.touchpad.enable_tap_to_click" 39 <input id="tap-to-click-check"
40 type="checkbox"> 40 pref="settings.touchpad.enable_tap_to_click"
41 <span i18n-content="enable_tap_to_click"></span> 41 type="checkbox">
42 </label> 42 <span i18n-content="enable_tap_to_click"></span>
43 </label>
44 </div>
43 </td> 45 </td>
44 </tr> 46 </tr>
45 </table> 47 </table>
46 </section> 48 </section>
47 <section> 49 <section>
48 <h3 i18n-content="language"></h3> 50 <h3 i18n-content="language"></h3>
49 <table class="option-control-table"> 51 <table class="option-control-table">
50 <tr> 52 <tr>
51 <td class="option-name"><button id="language-button" 53 <td class="option-name"><button id="language-button"
52 i18n-content="language_customize"></button> 54 i18n-content="language_customize"></button>
53 </td> 55 </td>
54 <td class="option-name"><button id="modifier-keys-button" 56 <td class="option-name"><button id="modifier-keys-button"
55 i18n-content="modifier_keys_customize"></button> 57 i18n-content="modifier_keys_customize"></button>
56 </td> 58 </td>
57 </tr> 59 </tr>
58 </table> 60 </table>
59 </section> 61 </section>
60 <section> 62 <section>
61 <h3 i18n-content="accessibility_title"></h3> 63 <h3 i18n-content="accessibility_title"></h3>
62 <table class="option-control-table"> 64 <table class="option-control-table">
63 <tr> 65 <tr>
64 <td class="option-name"> 66 <td class="option-name">
65 <label class="checkbox"> 67 <div class="checkbox">
66 <input id="accesibility-check" type="checkbox"> 68 <label>
67 <span i18n-content="accessibility"></span> 69 <input id="accesibility-check" type="checkbox">
68 </label> 70 <span i18n-content="accessibility"></span>
71 </label>
72 </div>
69 </td> 73 </td>
70 </tr> 74 </tr>
71 </table> 75 </table>
72 </section> 76 </section>
73 </div> 77 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/chromeos_proxy.html ('k') | chrome/browser/resources/options/clear_browser_data_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698