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

Unified Diff: chrome/browser/resources/options/managed_user_set_passphrase.css

Issue 12208068: Add a set passphrase dialog for managed user accounts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile error on linux_clang. Created 7 years, 10 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/options/managed_user_set_passphrase.css
diff --git a/chrome/browser/resources/options/managed_user_set_passphrase.css b/chrome/browser/resources/options/managed_user_set_passphrase.css
new file mode 100644
index 0000000000000000000000000000000000000000..7cf26458a0483a9a6f3b0dbebb42edbceb9681b5
--- /dev/null
+++ b/chrome/browser/resources/options/managed_user_set_passphrase.css
@@ -0,0 +1,23 @@
+/* Copyright (c) 2013 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-user-set-passphrase-page {
+ background-color: white;
+ min-width: 400px;
+}
+
+#passphrase-missmatch,
+#save-passphrase,
+.managed-user-passphrase-container {
+ margin-top: 15px;
+}
+
+#save-passphrase {
+ margin-bottom: 11px;
+}
+
+#managed-user-passphrase:invalid,
+#passphrase-confirm:invalid {
+ background-color: pink;
+}
« no previous file with comments | « chrome/browser/managed_mode/managed_user_service.cc ('k') | chrome/browser/resources/options/managed_user_set_passphrase.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698