| 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 cf33636bb896672f8f0a23e7b016038cbd49936d..7b4c8a726cf38d6f4d6a6fa3a4a2cd1ec64b52ba 100644
|
| --- a/chrome/browser/resources/options/autofill_options.html
|
| +++ b/chrome/browser/resources/options/autofill_options.html
|
| @@ -2,22 +2,18 @@
|
| <div class="close-button"></div>
|
| <h1 i18n-content="autofillOptionsPage"></h1>
|
| <div class="content-area">
|
| + <button id="autofill-add-address" i18n-content="autofillAddAddress">
|
| + </button>
|
| <h3 i18n-content="autofillAddresses"></h3>
|
| <div class="settings-list">
|
| <list id="address-list"></list>
|
| - <div>
|
| - <button id="autofill-add-address" i18n-content="autofillAddAddress">
|
| - </button>
|
| - </div>
|
| </div>
|
| -
|
| + <div class="vertical-space"></div>
|
| + <button id="autofill-add-creditcard" i18n-content="autofillAddCreditCard">
|
| + </button>
|
| <h3 i18n-content="autofillCreditCards"></h3>
|
| <div class="settings-list">
|
| <list id="creditcard-list"></list>
|
| - <div>
|
| - <button id="autofill-add-creditcard"
|
| - i18n-content="autofillAddCreditCard"></button>
|
| - </div>
|
| </div>
|
| </div>
|
|
|
|
|