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

Unified Diff: chrome/browser/resources/managed_user_passphrase_dialog.html

Issue 14325003: Clean up managed user settings dialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix broken merge Created 7 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
Index: chrome/browser/resources/managed_user_passphrase_dialog.html
diff --git a/chrome/browser/resources/managed_user_passphrase_dialog.html b/chrome/browser/resources/managed_user_passphrase_dialog.html
index 7584823e7069a9c43d59d9412bb613905b2991c8..d5075ac87a4d5e8469d59c1369c1c4a2acf17fb9 100644
--- a/chrome/browser/resources/managed_user_passphrase_dialog.html
+++ b/chrome/browser/resources/managed_user_passphrase_dialog.html
@@ -4,6 +4,7 @@
found in the LICENSE file. -->
<html i18n-values="dir:textdirection">
<head>
+ <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
<link rel="stylesheet" href="managed_user_passphrase_dialog.css">
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/util.js"></script>
@@ -18,12 +19,10 @@
<h1 i18n-content="managedModePassphrasePage"></h1>
<div class="content-area">
<div id="instructions">
- <label>
- <span i18n-content="passphraseInstruction"></span>
- </label>
+ <span i18n-content="passphraseInstruction"></span>
</div>
<div id="entry">
- <input id="passphrase-entry" size="50" type="password" required>
+ <input id="passphrase-entry" type="password" required>
</div>
<div id="buttons">
<button id="cancel-passphrase-button"
@@ -34,9 +33,7 @@
</button>
</div>
<div id="incorrect-passphrase-warning" hidden>
- <label>
- <span i18n-content="incorrectPassphraseWarning"></span>
- </label>
+ <span i18n-content="incorrectPassphraseWarning"></span>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698