| Index: chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
|
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
|
| index c11eec9cf96abb7fca35dc846e99970755c46985..691245c0ced0e3b1737e097c80a1d20f3e64c70c 100644
|
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
|
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
|
| @@ -9,7 +9,6 @@
|
| <link rel="import" href="/settings_shared_css.html">
|
|
|
| <dom-module id="settings-autofill-section">
|
| - <link rel="import" type="css" href="chrome://resources/css/action_link.css">
|
| <template>
|
| <style include="settings-shared passwords-shared">
|
| .type-column {
|
| @@ -82,8 +81,10 @@
|
| hidden$="[[hasSome_(addresses)]]">
|
| $i18n{noAddressesFound}
|
| </div>
|
| - <div class="list-item list-button">
|
| - <a is="action-link" on-tap="onAddAddressTap_">$i18n{addAddress}</a>
|
| + <div class="list-item">
|
| + <a is="action-link" class="list-button" on-tap="onAddAddressTap_">
|
| + $i18n{addAddress}
|
| + </a>
|
| </div>
|
| </div>
|
| <dialog is="cr-action-menu" id="addressSharedMenu">
|
| @@ -136,8 +137,8 @@
|
| hidden$="[[hasSome_(creditCards)]]">
|
| $i18n{noCreditCardsFound}
|
| </div>
|
| - <div class="list-item list-button">
|
| - <a is="action-link" on-tap="onAddCreditCardTap_">
|
| + <div class="list-item">
|
| + <a is="action-link" class="list-button" on-tap="onAddCreditCardTap_">
|
| $i18n{addCreditCard}
|
| </a>
|
| </div>
|
|
|