OLD | NEW |
| (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-user-set-passphrase-page { | |
6 background-color: white; | |
7 min-width: 400px; | |
8 } | |
9 | |
10 #passphrase-missmatch, | |
11 #save-passphrase, | |
12 .managed-user-passphrase-container { | |
13 margin-top: 15px; | |
14 } | |
15 | |
16 #save-passphrase { | |
17 margin-bottom: 11px; | |
18 } | |
19 | |
20 #managed-user-passphrase:invalid, | |
21 #passphrase-confirm:invalid { | |
22 background-color: pink; | |
23 } | |
OLD | NEW |