| OLD | NEW |
| 1 /* Copyright 2015 The Chromium Authors. All rights reserved. | 1 /* Copyright 2015 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 span { | 5 span { |
| 6 margin-right: 10px; | 6 margin-right: 10px; |
| 7 } | 7 } |
| 8 | 8 |
| 9 #outerDiv { | 9 #outerDiv { |
| 10 margin-bottom: 10px; | 10 margin-bottom: 10px; |
| 11 } | 11 } |
| 12 | 12 |
| 13 #lockedDiv iron-icon { | 13 #lockedDiv iron-icon { |
| 14 margin: 0 5px 0 -2px; | 14 margin: 0 5px 0 -2px; |
| 15 } | 15 } |
| 16 | 16 |
| 17 #lockedDiv span { | 17 #lockedDiv span { |
| 18 color: red; | 18 color: red; |
| 19 font-weight: 500; | 19 font-weight: 500; |
| 20 } | 20 } |
| 21 | 21 |
| 22 #lockedDiv cr-input { | 22 #lockedDiv paper-input { |
| 23 margin-left: 10px; | 23 margin-left: 10px; |
| 24 width: 80px; | 24 width: 80px; |
| 25 } | 25 } |
| 26 | 26 |
| 27 #unlockSimDialog cr-input { | 27 #unlockSimDialog paper-input { |
| 28 margin-left: 5px; | 28 margin-left: 5px; |
| 29 } | 29 } |
| 30 | 30 |
| 31 #unlockSimDialog span { | 31 #unlockSimDialog span { |
| 32 margin-left: 5px; | 32 margin-left: 5px; |
| 33 } | 33 } |
| 34 | 34 |
| 35 .pin { | 35 .pin { |
| 36 min-width: 100px; | 36 min-width: 100px; |
| 37 } | 37 } |
| 38 | 38 |
| 39 .puk { | 39 .puk { |
| 40 min-width: 200px; | 40 min-width: 200px; |
| 41 } | 41 } |
| 42 | 42 |
| 43 .error { | 43 .error { |
| 44 color: red; | 44 color: red; |
| 45 max-width: 400px; | 45 max-width: 400px; |
| 46 } | 46 } |
| OLD | NEW |