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

Unified Diff: chrome/browser/resources/settings/people_page/password_prompt_dialog.html

Issue 2889893002: md settings: Fix dialog buttons on lock screen. (Closed)
Patch Set: Fixed patch set 1 errors. Created 3 years, 7 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/settings/people_page/setup_fingerprint_dialog.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/password_prompt_dialog.html
diff --git a/chrome/browser/resources/settings/people_page/password_prompt_dialog.html b/chrome/browser/resources/settings/people_page/password_prompt_dialog.html
index 9b4cec371a2a48ddb0c0a5c6c74722bf4bbd0577..c08d364a09365646885e5409ffaf3a089eab7d1b 100644
--- a/chrome/browser/resources/settings/people_page/password_prompt_dialog.html
+++ b/chrome/browser/resources/settings/people_page/password_prompt_dialog.html
@@ -31,18 +31,16 @@
error-message="$i18n{passwordPromptInvalidPassword}"
aria-disabled="false">
</paper-input>
+ </div>
+ <div class="button-container">
+ <paper-button class="cancel-button" on-tap="onCancelTap_">
+ $i18n{cancel}
+ </paper-button>
- <div class="button-strip">
- <paper-button class="cancel-button" on-tap="onCancelTap_">
- $i18n{cancel}
- </paper-button>
-
- <paper-button class="action-button" on-tap="submitPassword_"
- disabled$="[[!enableConfirm_(password_,
- passwordInvalid_)]]">
- $i18n{confirm}
- </paper-button>
- </div>
+ <paper-button class="action-button" on-tap="submitPassword_"
+ disabled$="[[!enableConfirm_(password_, passwordInvalid_)]]">
+ $i18n{confirm}
+ </paper-button>
</div>
</dialog>
</template>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/setup_fingerprint_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698