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

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

Issue 2822733002: md settings: Small changes to lock screen. (Closed)
Patch Set: Removed link related css. Created 3 years, 8 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/password_prompt_dialog.js » ('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 ec6969c7ca6dc1d8d1cce456e39438ea89834df3..a57446b4d63d962430961b1c55b38d241d034a09 100644
--- a/chrome/browser/resources/settings/people_page/password_prompt_dialog.html
+++ b/chrome/browser/resources/settings/people_page/password_prompt_dialog.html
@@ -26,12 +26,12 @@
<div class="settings-box first">$i18n{passwordPromptEnterPassword}</div>
<paper-input id="passwordInput" type="password" autofocus
- label="$i18n{passwordPromptPasswordLabel}"
- no-label-float
- value="{{password_}}"
- invalid$="[[passwordInvalid_]]"
- error-message="$i18n{passwordPromptInvalidPassword}"
- aria-disabled="false">
+ label="$i18n{passwordPromptPasswordLabel}"
+ no-label-float
+ value="{{password_}}"
+ invalid$="[[passwordInvalid_]]"
+ error-message="$i18n{passwordPromptInvalidPassword}"
+ aria-disabled="false">
</paper-input>
<div class="button-strip">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/password_prompt_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698