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

Side by Side Diff: chrome/browser/resources/options/autofill_edit_address_overlay.html

Issue 6575012: More autofill overlay HTML cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One selector per line 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/autofill_edit_creditcard_overlay.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 class="page hidden" id="autofill-edit-address-overlay"> 1 <div class="page hidden" id="autofill-edit-address-overlay">
2 <h1 id="autofill-address-title"></h1> 2 <h1 id="autofill-address-title"></h1>
3 <div class="content-area"> 3 <div class="content-area">
4 <div class="input"> 4 <div class="input">
5 <label> 5 <label>
6 <div><span i18n-content="fullNameLabel"></span></div> 6 <div><span i18n-content="fullNameLabel"></span></div>
7 <input type="text" class="form" id="full-name"> 7 <input type="text" class="form" id="full-name">
8 </label> 8 </label>
9 </div> 9 </div>
10 <div class="input"> 10 <div class="input">
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 </div> 79 </div>
80 </div> 80 </div>
81 </div> 81 </div>
82 <div class="input"> 82 <div class="input">
83 <label> 83 <label>
84 <div><span i18n-content="emailLabel"></span></div> 84 <div><span i18n-content="emailLabel"></span></div>
85 <input type="text" class="form" id="email"> 85 <input type="text" class="form" id="email">
86 </label> 86 </label>
87 </div> 87 </div>
88 </div> 88 </div>
89 <div class="action-area"> 89 <div class="action-area button-strip">
90 <div class="button-strip"> 90 <button type="reset" id="autofill-edit-address-cancel-button"
91 <button type="reset" id="autofill-edit-address-cancel-button" 91 i18n-content="cancel"></button>
92 i18n-content="cancel"></button> 92 <button type="submit" id="autofill-edit-address-apply-button" disabled
93 <button type="submit" id="autofill-edit-address-apply-button" disabled 93 i18n-content="ok"></button>
94 i18n-content="ok"></button>
95 </div>
96 </div> 94 </div>
97 </div> 95 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/autofill_edit_creditcard_overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698