OLD | NEW |
1 /* Copyright (c) 2015 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 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 | 5 |
6 .security-main-view { | 6 .security-main-view { |
7 -webkit-user-select: text; | 7 -webkit-user-select: text; |
8 } | 8 } |
9 | 9 |
10 .security-main-view .security-section { | 10 .security-main-view .security-section { |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 flex: none; | 52 flex: none; |
53 width: 16px; | 53 width: 16px; |
54 height: 16px; | 54 height: 16px; |
55 margin-left: 10px; | 55 margin-left: 10px; |
56 margin-right: 18px; | 56 margin-right: 18px; |
57 } | 57 } |
58 | 58 |
59 .security-main-view .security-section-title { | 59 .security-main-view .security-section-title { |
60 color: rgb(90, 90, 90); | 60 color: rgb(90, 90, 90); |
61 margin-bottom: 8px; | 61 margin-bottom: 8px; |
| 62 } |
| 63 |
| 64 .security-main-view .security-mixed-content { |
| 65 margin-top: 8px; |
62 } | 66 } |
OLD | NEW |