| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (c) 2013 The Chromium Authors. All rights reserved. | 2 * Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| 3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
| 4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
| 5 */ | 5 */ |
| 6 | 6 |
| 7 body { | 7 body { |
| 8 font-family: Arial, sans-serif; | 8 font-family: Arial, sans-serif; |
| 9 font-size: 12px; | 9 font-size: 12px; |
| 10 margin: 10px 20px; | 10 margin: 10px 20px; |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 margin: 0 0 2px 0; | 50 margin: 0 0 2px 0; |
| 51 padding: 0; | 51 padding: 0; |
| 52 flex-grow: 0; | 52 flex-grow: 0; |
| 53 } | 53 } |
| 54 | 54 |
| 55 .secondary { | 55 .secondary { |
| 56 margin: 0 0 12px 32px; | 56 margin: 0 0 12px 32px; |
| 57 color: #696969; | 57 color: #696969; |
| 58 } | 58 } |
| 59 | 59 |
| 60 a { |
| 61 margin: 10px 20px; |
| 62 } |
| 63 |
| 60 label { | 64 label { |
| 61 margin: 0 0 2px 0; | 65 margin: 0 0 2px 0; |
| 62 padding: 0; | 66 padding: 0; |
| 63 flex-grow: 1; | 67 flex-grow: 1; |
| 64 } | 68 } |
| 65 | 69 |
| 66 label.disabled { | 70 label.disabled { |
| 67 color: #696969; | 71 color: #696969; |
| 68 } | 72 } |
| 69 | 73 |
| 70 label input[type="checkbox"] { | 74 label input[type="checkbox"] { |
| 71 margin-right: 6px; | 75 margin-right: 6px; |
| 72 } | 76 } |
| OLD | NEW |