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

Unified Diff: chrome/browser/resources/options/chromeos/internet_options.html

Issue 7088010: Layout adjustment for i18n compatibility. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Cleanup rule redundancy. 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
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 fc807e7715d3bdbcb0c346abe427c93ffac61f48..b1ccaee90811efbc16f77d407259baabcde5da5d 100644
--- a/chrome/browser/resources/options/chromeos/internet_options.html
+++ b/chrome/browser/resources/options/chromeos/internet_options.html
@@ -4,46 +4,48 @@
<span id="locked-network-icon"></span>
<span id="access-locked-text" i18n-content="accessLockedMsg"></span>
</div>
- <section id="wireless-buttons">
- <h3 i18n-content="generalNetworkingTitle"></h3>
- <div id="network-general-div">
- <div id="networking-controls" class="section-group">
- <button id="enable-wifi" hidden
- i18n-content="enableWifi"></button>
- <button id="disable-wifi" hidden
- i18n-content="disableWifi"></button>
- <button id="enable-cellular" hidden
- i18n-content="enableCellular"></button>
- <button id="disable-cellular" hidden
- i18n-content="disableCellular"></button>
+ <div class="displaytable">
+ <section id="wireless-buttons">
+ <h3 i18n-content="generalNetworkingTitle"></h3>
+ <div id="network-general-div">
+ <div id="networking-controls" class="section-group">
+ <button id="enable-wifi" hidden
+ i18n-content="enableWifi"></button>
+ <button id="disable-wifi" hidden
+ i18n-content="disableWifi"></button>
+ <button id="enable-cellular" hidden
+ i18n-content="enableCellular"></button>
+ <button id="disable-cellular" hidden
+ i18n-content="disableCellular"></button>
+ </div>
+ <div id="internet-owner-only-warning" hidden>
+ <span i18n-content="ownerOnly"></span>
+ <span i18n-content="ownerUserId"></span>
+ </div>
+ <div id="data-roaming" class="checkbox">
+ <label>
+ <input id="enable-data-roaming" pref="cros.signed.data_roaming_enabled"
+ metric="Options_Internet_DataRoaming" type="checkbox">
+ <span i18n-content="enableDataRoaming"></span>
+ </label>
+ </div>
</div>
- <div id="internet-owner-only-warning" hidden>
- <span i18n-content="ownerOnly"></span>
- <span i18n-content="ownerUserId"></span>
- </div>
- <div id="data-roaming" class="checkbox">
- <label>
- <input id="enable-data-roaming" pref="cros.signed.data_roaming_enabled"
- metric="Options_Internet_DataRoaming" type="checkbox">
- <span i18n-content="enableDataRoaming"></span>
- </label>
- </div>
- </div>
- </section>
- <section id="wired-section">
- <h3 i18n-content="wired_title"></h3>
- <div id="wired-list" class="networks"></div>
- </section>
- <section id="wireless-section">
- <h3 i18n-content="wireless_title"></h3>
- <div id="wireless-list" class="networks"></div>
- </section>
- <section id="vpn-section">
- <h3 i18n-content="vpn_title"></h3>
- <div id="vpn-list" class="networks"></div>
- </section>
- <section id="remembered-section">
- <h3 i18n-content="remembered_title"></h3>
- <div id="remembered-list" class="networks"></div>
- </section>
+ </section>
+ <section id="wired-section">
+ <h3 i18n-content="wired_title"></h3>
+ <div id="wired-list" class="networks"></div>
+ </section>
+ <section id="wireless-section">
+ <h3 i18n-content="wireless_title"></h3>
+ <div id="wireless-list" class="networks"></div>
+ </section>
+ <section id="vpn-section">
+ <h3 i18n-content="vpn_title"></h3>
+ <div id="vpn-list" class="networks"></div>
+ </section>
+ <section id="remembered-section">
+ <h3 i18n-content="remembered_title"></h3>
+ <div id="remembered-list" class="networks"></div>
+ </section>
+ </div>
</div>

Powered by Google App Engine
This is Rietveld 408576698