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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/options/autofill_edit_creditcard_overlay.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/autofill_edit_address_overlay.html
diff --git a/chrome/browser/resources/options/autofill_edit_address_overlay.html b/chrome/browser/resources/options/autofill_edit_address_overlay.html
index 92f941f30452f1981cfaf39c55d54473da417ec8..d6d1b06cc7ee044f4b64683730de440d931db5b1 100644
--- a/chrome/browser/resources/options/autofill_edit_address_overlay.html
+++ b/chrome/browser/resources/options/autofill_edit_address_overlay.html
@@ -86,12 +86,10 @@
</label>
</div>
</div>
- <div class="action-area">
- <div class="button-strip">
- <button type="reset" id="autofill-edit-address-cancel-button"
- i18n-content="cancel"></button>
- <button type="submit" id="autofill-edit-address-apply-button" disabled
- i18n-content="ok"></button>
- </div>
+ <div class="action-area button-strip">
+ <button type="reset" id="autofill-edit-address-cancel-button"
+ i18n-content="cancel"></button>
+ <button type="submit" id="autofill-edit-address-apply-button" disabled
+ i18n-content="ok"></button>
</div>
</div>
« 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