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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div id="autofill-options" class="page hidden"> 1 <div id="autofill-options" class="page hidden">
2 <h1 i18n-content="autoFillOptionsPage"></h1> 2 <h1 i18n-content="autoFillOptionsPage"></h1>
3 <if expr="os == 'darwin'"> 3 <if expr="os == 'darwin'">
4 <label class="checkbox"> 4 <div class="checkbox">
5 <input pref="autofill.auxiliary_profiles_enabled" type="checkbox"> 5 <label>
6 <span i18n-content="auxiliaryProfilesEnabled"></span> 6 <input pref="autofill.auxiliary_profiles_enabled" type="checkbox">
7 </label> 7 <span i18n-content="auxiliaryProfilesEnabled"></span>
8 </label>
9 </div>
8 </if> 10 </if>
9 <h3 i18n-content="autoFillAddresses"></h3> 11 <h3 i18n-content="autoFillAddresses"></h3>
10 <div class="settings-list"> 12 <div class="settings-list">
11 <list id="address-list"></list> 13 <list id="address-list"></list>
12 <div> 14 <div>
13 <button id="autofill-add-address" i18n-content="autoFillAddAddress"> 15 <button id="autofill-add-address" i18n-content="autoFillAddAddress">
14 </button> 16 </button>
15 </div> 17 </div>
16 </div> 18 </div>
17 <h3 i18n-content="autoFillCreditCards"></h3> 19 <h3 i18n-content="autoFillCreditCards"></h3>
18 <div class="settings-list"> 20 <div class="settings-list">
19 <list id="creditcard-list"></list> 21 <list id="creditcard-list"></list>
20 <div> 22 <div>
21 <button id="autofill-add-creditcard" 23 <button id="autofill-add-creditcard"
22 i18n-content="autoFillAddCreditCard"></button> 24 i18n-content="autoFillAddCreditCard"></button>
23 </div> 25 </div>
24 </div> 26 </div>
25 <div> 27 <div>
26 <if expr="pp_ifdef('chromeos')"> 28 <if expr="pp_ifdef('chromeos')">
27 <a href="http://www.google.com/support/chromeos/bin/answer.py?answer=142893" 29 <a href="http://www.google.com/support/chromeos/bin/answer.py?answer=142893"
28 target="_blank" i18n-content="helpButton"></a> 30 target="_blank" i18n-content="helpButton"></a>
29 </if> 31 </if>
30 <if expr="not pp_ifdef('chromeos')"> 32 <if expr="not pp_ifdef('chromeos')">
31 <a href="http://www.google.com/support/chrome/bin/answer.py?answer=142893" 33 <a href="http://www.google.com/support/chrome/bin/answer.py?answer=142893"
32 target="_blank" i18n-content="helpButton"></a> 34 target="_blank" i18n-content="helpButton"></a>
33 </if> 35 </if>
34 </div> 36 </div>
35 </div> 37 </div>
OLDNEW
« 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