Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/security/originView.css

Issue 1801333002: [DevTools] Security Panel: Alignment fix for origin views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698