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

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

Issue 11783008: Add a lock to the managed user settings page and require authentication for unlocking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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.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..ac538b69315e9ec3ed2258991813e3908f43d95b
--- /dev/null
+++ b/chrome/browser/resources/managed_user_passphrase_dialog.css
@@ -0,0 +1,30 @@
+#family-control-passphrase-page {
Bernhard Bauer 2013/01/07 14:20:22 WHAT IS THIS FAMILY CONTROL YOU SPEAK OF
Pam (message me for reviews) 2013/01/07 14:51:49 You need the copyright/license header here. /* Co
+ min-width: 350px;
+}
+
+#instruct {
Bernhard Bauer 2013/01/07 14:20:22 Don't use abbreviations in identifiers (you probab
+ padding: 5px 15px;
Bernhard Bauer 2013/01/07 14:20:22 I think you could group these selectors.
+}
+
+#entry {
+ padding: 5px 15px;
+}
+
+#ref {
+ padding: 1px 15px;
+}
+
+#unlock {
+ float: right;
+}
+
+#buttons {
+ padding: 15px 15px;
+}
+
+#incorrect_passphrase_warning {
Bernhard Bauer 2013/01/07 14:20:22 DOM IDs use hyphens to separate words.
+ color: red;
+ font-weight: bold;
+ padding: 5px 15px;
+ visibility: hidden;
+}

Powered by Google App Engine
This is Rietveld 408576698