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

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

Issue 7044084: Fix to vertical alignment of titles on the settings/internet 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/internet_options_page.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="internetPage" class="page" hidden> 1 <div id="internetPage" class="page" hidden>
2 <h1 i18n-content="internetPage"></h1> 2 <h1 i18n-content="internetPage"></h1>
3 <div id="locked-network-banner" hidden> 3 <div id="locked-network-banner" hidden>
4 <span id="locked-network-icon"></span> 4 <span id="locked-network-icon"></span>
5 <span id="access-locked-text" i18n-content="accessLockedMsg"></span> 5 <span id="access-locked-text" i18n-content="accessLockedMsg"></span>
6 </div> 6 </div>
7 <div class="displaytable"> 7 <div class="displaytable">
8 <section id="wireless-buttons"> 8 <section id="wireless-buttons">
9 <h3 i18n-content="generalNetworkingTitle"></h3> 9 <h3 i18n-content="generalNetworkingTitle"></h3>
10 <div id="network-general-div"> 10 <div id="network-general-div">
(...skipping 14 matching lines...) Expand all
25 <div id="data-roaming" class="checkbox"> 25 <div id="data-roaming" class="checkbox">
26 <label> 26 <label>
27 <input id="enable-data-roaming" pref="cros.signed.data_roaming_enable d" 27 <input id="enable-data-roaming" pref="cros.signed.data_roaming_enable d"
28 metric="Options_Internet_DataRoaming" type="checkbox"> 28 metric="Options_Internet_DataRoaming" type="checkbox">
29 <span i18n-content="enableDataRoaming"></span> 29 <span i18n-content="enableDataRoaming"></span>
30 </label> 30 </label>
31 </div> 31 </div>
32 </div> 32 </div>
33 </section> 33 </section>
34 <section id="wired-section"> 34 <section id="wired-section">
35 <h3 i18n-content="wired_title"></h3> 35 <h3 i18n-content="wired_title" class="topAlignTitle"></h3>
James Hawkins 2011/06/09 16:45:52 nit: Class names use dash-form.
James Hawkins 2011/06/09 17:02:19 When you fix an issue described in a comment, can
kevers 2011/06/09 20:54:15 Done.
kevers 2011/06/09 20:54:15 Done.
36 <div id="wired-list" class="networks"></div> 36 <div id="wired-list" class="networks"></div>
37 </section> 37 </section>
38 <section id="wireless-section"> 38 <section id="wireless-section">
39 <h3 i18n-content="wireless_title"></h3> 39 <h3 i18n-content="wireless_title" class="topAlignTitle"></h3>
40 <div id="wireless-list" class="networks"></div> 40 <div id="wireless-list" class="networks"></div>
41 </section> 41 </section>
42 <section id="vpn-section"> 42 <section id="vpn-section">
43 <h3 i18n-content="vpn_title"></h3> 43 <h3 i18n-content="vpn_title" class="topAlignTitle"></h3>
44 <div id="vpn-list" class="networks"></div> 44 <div id="vpn-list" class="networks"></div>
45 </section> 45 </section>
46 <section id="remembered-section"> 46 <section id="remembered-section" class="topAlignTitle">
47 <h3 i18n-content="remembered_title"></h3> 47 <h3 i18n-content="remembered_title"></h3>
48 <div id="remembered-list" class="networks"></div> 48 <div id="remembered-list" class="networks"></div>
49 </section> 49 </section>
50 </div> 50 </div>
51 </div> 51 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/internet_options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698