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

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

Issue 2841313002: md settings: Update lock screen to match new mocks. (Closed)
Patch Set: Rebased. 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
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..9b4cec371a2a48ddb0c0a5c6c74722bf4bbd0577 100644
--- a/chrome/browser/resources/settings/people_page/password_prompt_dialog.html
+++ b/chrome/browser/resources/settings/people_page/password_prompt_dialog.html
@@ -4,7 +4,6 @@
<link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
<link rel="import" href="lock_screen_constants.html">
<link rel="import" href="../settings_shared_css.html">
-<link rel="import" href="../settings_shared_css.html">
<dom-module id="settings-password-prompt-dialog">
<template>
@@ -26,12 +25,11 @@
<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}"
+ value="{{password_}}"
+ invalid$="[[passwordInvalid_]]"
+ error-message="$i18n{passwordPromptInvalidPassword}"
+ aria-disabled="false">
</paper-input>
<div class="button-strip">

Powered by Google App Engine
This is Rietveld 408576698