| OLD | NEW |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 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 */ | |
| 5 | 4 |
| 6 .error { | 5 .error { |
| 7 color: red; | 6 color: red; |
| 8 } | 7 } |
| 9 | 8 |
| 10 #pin-error-msg { | 9 #pin-error-msg { |
| 11 height: 25px; | 10 height: 25px; |
| 12 margin: 5px auto 5px auto; | 11 margin: 5px auto 5px auto; |
| 13 } | 12 } |
| 14 | 13 |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 } | 90 } |
| 92 | 91 |
| 93 .choose-pin-input-area { | 92 .choose-pin-input-area { |
| 94 margin: 5px 5px 5px 5px; | 93 margin: 5px 5px 5px 5px; |
| 95 width: 125px; | 94 width: 125px; |
| 96 } | 95 } |
| 97 | 96 |
| 98 #choose-pin-action-area { | 97 #choose-pin-action-area { |
| 99 padding: 6px; | 98 padding: 6px; |
| 100 } | 99 } |
| OLD | NEW |