OLD | NEW |
1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. | 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 | 2 * Use of this source code is governed by a BSD-style license that can be |
3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
4 | 4 |
5 #managed-user-set-passphrase-page { | 5 #managed-user-set-passphrase-page { |
6 background-color: white; | 6 background-color: white; |
7 min-width: 400px; | 7 min-width: 400px; |
8 } | 8 } |
9 | 9 |
10 #passphrase-missmatch, | 10 #passphrase-missmatch, |
11 #save-passphrase, | 11 #save-passphrase, |
12 .managed-user-passphrase-container { | 12 .managed-user-passphrase-container { |
13 margin-top: 15px; | 13 margin-top: 15px; |
14 } | 14 } |
15 | 15 |
16 #save-passphrase { | 16 #save-passphrase { |
17 margin-bottom: 11px; | 17 margin-bottom: 11px; |
18 } | 18 } |
19 | 19 |
20 #managed-user-passphrase:invalid, | 20 #managed-user-passphrase:invalid, |
21 #passphrase-confirm:invalid { | 21 #passphrase-confirm:invalid { |
22 background-color: pink; | 22 background-color: pink; |
23 } | 23 } |
OLD | NEW |