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> |