| Index: chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html
|
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html b/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html
|
| index a31c7968e4a27abcebd0e1d77aa8ec5afbd91fc6..5f22adea88129ecb2eb1735e3f8f202a06f478ac 100644
|
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html
|
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html
|
| @@ -16,6 +16,16 @@
|
| -webkit-margin-start: 16px;
|
| }
|
|
|
| + #expired {
|
| + align-items: center;
|
| + background-color: var(--paper-red-50);
|
| + color: var(--settings-error-color);
|
| + display: flex;
|
| + height: 40px;
|
| + margin-top: 12px;
|
| + padding: 0 0 0 8px;
|
| + }
|
| +
|
| #month {
|
| width: 70px;
|
| }
|
| @@ -58,6 +68,9 @@
|
| </select>
|
| <span class="md-select-underline"></span>
|
| </span>
|
| + <span id="expired" hidden="[[!checkIfCardExpired_(expirationMonth_, expirationYear_)]]">
|
| + $i18n{creditCardExpired}
|
| + </span>
|
| </div>
|
| <div class="button-container">
|
| <paper-button id="cancelButton" class="cancel-button"
|
|
|