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

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: Replace test class by test object. 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
James Hawkins 2013/02/06 17:06:41 nit: It's not 2012 anymore.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
5 #managed-mode-passphrase-page {
6 min-width: 350px;
7 }
8
9 #managed-user-logo {
10 background-image: url('managed_user.png');
11 height: 68px;
12 width: 65px;
13 }
14
15 #instructions,
16 #entry,
17 #incorrect-passphrase-warning {
18 padding: 5px 15px;
19 }
20
21 #unlock {
22 float: right;
23 }
24
25 #buttons {
26 padding: 15px 15px;
27 }
28
29 #incorrect-passphrase-warning {
30 color: red;
31 font-weight: bold;
32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698