Chromium Code Reviews| Index: chrome/browser/resources/managed_user_passphrase_dialog.css |
| diff --git a/chrome/browser/resources/managed_user_passphrase_dialog.css b/chrome/browser/resources/managed_user_passphrase_dialog.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b79830f38dcbb539600ac0a55e3857dc62b5a617 |
| --- /dev/null |
| +++ b/chrome/browser/resources/managed_user_passphrase_dialog.css |
| @@ -0,0 +1,32 @@ |
| +/* 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-mode-passphrase-page { |
| + min-width: 350px; |
| +} |
| + |
| +#managed-user-logo { |
| + background-image: url('managed_user.png'); |
| + height: 68px; |
| + width: 65px; |
| +} |
| + |
| +#instructions, |
| +#entry, |
| +#incorrect-passphrase-warning { |
| + padding: 5px 15px; |
| +} |
| + |
| +#unlock { |
| + 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
|
| +} |
| + |
| +#buttons { |
| + padding: 15px 15px; |
| +} |
| + |
| +#incorrect-passphrase-warning { |
| + color: red; |
| + font-weight: bold; |
| +} |