| Index: chrome/browser/resources/options/managed_user_set_passphrase.css
|
| diff --git a/chrome/browser/resources/options/managed_user_set_passphrase.css b/chrome/browser/resources/options/managed_user_set_passphrase.css
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7cf26458a0483a9a6f3b0dbebb42edbceb9681b5
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/options/managed_user_set_passphrase.css
|
| @@ -0,0 +1,23 @@
|
| +/* Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| + * Use of this source code is governed by a BSD-style license that can be
|
| + * found in the LICENSE file. */
|
| +
|
| +#managed-user-set-passphrase-page {
|
| + background-color: white;
|
| + min-width: 400px;
|
| +}
|
| +
|
| +#passphrase-missmatch,
|
| +#save-passphrase,
|
| +.managed-user-passphrase-container {
|
| + margin-top: 15px;
|
| +}
|
| +
|
| +#save-passphrase {
|
| + margin-bottom: 11px;
|
| +}
|
| +
|
| +#managed-user-passphrase:invalid,
|
| +#passphrase-confirm:invalid {
|
| + background-color: pink;
|
| +}
|
|
|