Index: chrome/browser/resources/managed_user_passphrase_dialog.css |
diff --git a/chrome/browser/resources/managed_user_passphrase_dialog.css b/chrome/browser/resources/managed_user_passphrase_dialog.css |
new file mode 100644 |
index 0000000000000000000000000000000000000000..82566deb580e5570c8148938c7b725903b671f86 |
--- /dev/null |
+++ b/chrome/browser/resources/managed_user_passphrase_dialog.css |
@@ -0,0 +1,36 @@ |
+/* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+ * Use of this source code is governed by a BSD-style license that can be |
+ * found in the LICENSE file. */ |
+ |
+#managed-mode-passphrase-page { |
+ min-width: 350px; |
+} |
+ |
+#chrome-kid-logo { |
+ background-image: url('chrome_kid.png'); |
+ height: 68px; |
+ width: 65px; |
+} |
+ |
+#instructions, |
+#entry { |
+ padding: 5px 15px; |
+} |
+ |
+#unlock { |
+ float: right; |
+} |
+ |
+#buttons { |
+ padding: 15px 15px; |
+} |
+ |
+#passphrase-entry:invalid { |
+ background-color: pink; |
+} |
+ |
+#incorrect-passphrase-warning { |
+ color: red; |
+ font-weight: bold; |
+ padding: 5px 15px; |
Bernhard Bauer
2013/01/08 17:43:14
Can you move this into the selector above as well?
Adrian Kuegel
2013/01/09 12:10:05
Done.
|
+} |