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-origin-view { | 6 .security-origin-view { |
7 overflow-x: hidden; | 7 overflow-x: hidden; |
8 overflow-y: scroll; | 8 overflow-y: scroll; |
9 display: block; | 9 display: block; |
10 -webkit-user-select: text; | 10 -webkit-user-select: text; |
11 } | 11 } |
12 | 12 |
13 .security-origin-view .origin-view-section { | 13 .security-origin-view .origin-view-section { |
14 padding: 1.5em 1.5em 1.5em; | 14 padding: 1.5em 1.5em 1.5em; |
15 border-bottom: 1px solid rgb(230, 230, 230); | 15 border-bottom: 1px solid rgb(230, 230, 230); |
16 } | 16 } |
17 | 17 |
18 .security-origin-view .title-section { | 18 .security-origin-view .title-section { |
19 padding-bottom: 1.5em; | 19 padding-bottom: 1.5em; |
20 } | 20 } |
21 | 21 |
| 22 .security-origin-view .origin-display { |
| 23 padding-left: 18px; |
| 24 } |
| 25 |
22 .security-origin-view .origin-display .security-property { | 26 .security-origin-view .origin-display .security-property { |
23 margin: -1px 2px 0px 0px; | |
24 display: inline-block; | 27 display: inline-block; |
25 vertical-align: middle; | 28 vertical-align: middle; |
| 29 position: absolute; |
| 30 left: 18px; |
26 } | 31 } |
27 | 32 |
28 .security-origin-view .origin-view-title { | 33 .security-origin-view .origin-view-title { |
29 font-size: 1.25em; | 34 font-size: 1.25em; |
30 margin-top: 0.5em; | 35 margin-top: 0.5em; |
31 margin-bottom: 0.25em; | 36 margin-bottom: 0.25em; |
32 } | 37 } |
33 | 38 |
34 .security-origin-view .origin-view-section-title { | 39 .security-origin-view .origin-view-section-title { |
35 font-weight: bold; | 40 font-weight: bold; |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 display: block; | 74 display: block; |
70 } | 75 } |
71 | 76 |
72 .security-origin-view .truncated-san .truncated-entry { | 77 .security-origin-view .truncated-san .truncated-entry { |
73 display: none; | 78 display: none; |
74 } | 79 } |
75 | 80 |
76 .security-certificate-button { | 81 .security-certificate-button { |
77 margin-top: 4px; | 82 margin-top: 4px; |
78 } | 83 } |
OLD | NEW |