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

Side by Side Diff: chrome/browser/resources/managed_user_passphrase_dialog.css

Issue 12218118: Add a passphrase dialog for managed user accounts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments and rebase to ToT. 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) 2013 The Chromium Authors. All rights reserved.
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;
James Hawkins 2013/02/13 21:46:48 Need to handle RTL.
Adrian Kuegel 2013/02/14 10:36:12 I added rtl handling for that button and tested it
James Hawkins 2013/02/15 17:35:55 This isn't a polish issue :-) Please fix it.
Adrian Kuegel 2013/02/16 08:10:50 But I did! That is what I meant with "I added rtl
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