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

Unified Diff: chrome/browser/resources/options/autofill_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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/autofill_options.html
diff --git a/chrome/browser/resources/options/autofill_options.html b/chrome/browser/resources/options/autofill_options.html
index 7c912c7caa84c3bdf941e6f1857f041c397ae68f..507c02ebd869f131028c89a1742f42ea8f8ce4f2 100644
--- a/chrome/browser/resources/options/autofill_options.html
+++ b/chrome/browser/resources/options/autofill_options.html
@@ -1,10 +1,12 @@
<div id="autofill-options" class="page hidden">
<h1 i18n-content="autoFillOptionsPage"></h1>
<if expr="os == 'darwin'">
- <label class="checkbox">
- <input pref="autofill.auxiliary_profiles_enabled" type="checkbox">
- <span i18n-content="auxiliaryProfilesEnabled"></span>
- </label>
+ <div class="checkbox">
+ <label>
+ <input pref="autofill.auxiliary_profiles_enabled" type="checkbox">
+ <span i18n-content="auxiliaryProfilesEnabled"></span>
+ </label>
+ </div>
</if>
<h3 i18n-content="autoFillAddresses"></h3>
<div class="settings-list">
« no previous file with comments | « chrome/browser/resources/options/advanced_options.html ('k') | chrome/browser/resources/options/browser_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698