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

Unified 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: Fix class naming. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/internet_options_page.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos/internet_options.html
diff --git a/chrome/browser/resources/options/chromeos/internet_options.html b/chrome/browser/resources/options/chromeos/internet_options.html
index b1ccaee90811efbc16f77d407259baabcde5da5d..dc08ae568695ffce4f7d44e39d4a850e03653b74 100644
--- a/chrome/browser/resources/options/chromeos/internet_options.html
+++ b/chrome/browser/resources/options/chromeos/internet_options.html
@@ -24,7 +24,8 @@
</div>
<div id="data-roaming" class="checkbox">
<label>
- <input id="enable-data-roaming" pref="cros.signed.data_roaming_enabled"
+ <input id="enable-data-roaming"
+ pref="cros.signed.data_roaming_enabled"
metric="Options_Internet_DataRoaming" type="checkbox">
<span i18n-content="enableDataRoaming"></span>
</label>
@@ -32,18 +33,18 @@
</div>
</section>
<section id="wired-section">
- <h3 i18n-content="wired_title"></h3>
+ <h3 i18n-content="wired_title" class="network-title"></h3>
<div id="wired-list" class="networks"></div>
</section>
<section id="wireless-section">
- <h3 i18n-content="wireless_title"></h3>
+ <h3 i18n-content="wireless_title" class="network-title"></h3>
<div id="wireless-list" class="networks"></div>
</section>
<section id="vpn-section">
- <h3 i18n-content="vpn_title"></h3>
+ <h3 i18n-content="vpn_title" class="network-title"></h3>
<div id="vpn-list" class="networks"></div>
</section>
- <section id="remembered-section">
+ <section id="remembered-section" class="network-title">
Rick Byers 2011/06/10 02:52:44 Did you mean to put this on a section instead of t
kevers 2011/06/10 13:43:42 Fixed.
<h3 i18n-content="remembered_title"></h3>
<div id="remembered-list" class="networks"></div>
</section>
« 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