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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #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
2 min-width: 350px;
3 }
4
5 #instruct {
Bernhard Bauer 2013/01/07 14:20:22 Don't use abbreviations in identifiers (you probab
6 padding: 5px 15px;
Bernhard Bauer 2013/01/07 14:20:22 I think you could group these selectors.
7 }
8
9 #entry {
10 padding: 5px 15px;
11 }
12
13 #ref {
14 padding: 1px 15px;
15 }
16
17 #unlock {
18 float: right;
19 }
20
21 #buttons {
22 padding: 15px 15px;
23 }
24
25 #incorrect_passphrase_warning {
Bernhard Bauer 2013/01/07 14:20:22 DOM IDs use hyphens to separate words.
26 color: red;
27 font-weight: bold;
28 padding: 5px 15px;
29 visibility: hidden;
30 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698