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

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

Issue 2244593002: DevTools Security panel: Update the origin view to match the latest Material specs. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Align origin, change link to button, twiddle some more CSS. Created 4 years, 4 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 | « third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js ('k') | 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 .title-section {
7 padding: 12px 0;
8 border-bottom: 1px solid rgb(230, 230, 230);
9 }
10
11 .security-origin-view { 6 .security-origin-view {
12 overflow-x: hidden; 7 overflow-x: hidden;
13 overflow-y: scroll; 8 overflow-y: auto;
14 display: block; 9 display: block;
15 -webkit-user-select: text; 10 -webkit-user-select: text;
16 } 11 }
17 12
18 .security-origin-view .origin-view-section { 13 .title-section {
19 border-bottom: 1px solid rgb(230, 230, 230); 14 padding: 12px 16px;
20 padding: 12px 6px 12px 18px; 15 border-bottom: 1px solid rgba(0, 0, 0, 0.14);
21 } 16 }
22 17
23 .security-origin-view .origin-display { 18 .origin-display {
24 font-size: 15px; 19 font-size: 14px;
25 padding-left: 38px;
26 display: flex;
27 align-items: center;
28 } 20 }
29 21
30 .title-section > .link { 22 .origin-display .security-property {
31 padding: 6px 0 0 39px 23 display: inline-block;
24 vertical-align: middle;
25 width: 16px;
26 height: 16px;
27 margin-right: 4px;
32 } 28 }
33 29
34 .security-origin-view .origin-display .security-property { 30 .title-section > .network-button {
35 display: inline-block; 31 margin: 8px 0px 4px;
36 vertical-align: middle;
37 position: absolute;
38 left: 18px;
39 } 32 }
40 33
41 .security-origin-view .origin-view-section-title { 34 .origin-view-section {
42 margin-bottom: 10px; 35 border-bottom: 1px solid rgba(0, 0, 0, 0.14);
43 padding-left: 18px; 36 padding: 12px 16px;
44 } 37 }
45 38
46 .security-origin-view .details-table-row { 39 .origin-view-section-title {
47 display: flex; 40 margin-bottom: 4px;
48 white-space: nowrap;
49 overflow: hidden;
50 line-height: 22px;
51 } 41 }
52 42
53 .security-origin-view .details-table-row > div { 43 .details-table-row {
54 align-items: flex-start; 44 display: flex;
45 padding: 2px 0px;
55 } 46 }
56 47
57 .security-origin-view .details-table-row > div:first-child { 48 .details-table-row > div:first-child {
58 color: rgb(140, 140, 140); 49 color: rgba(0, 0, 0, 0.55);
59 width: 128px; 50 width: 80px;
60 margin-right: 1em; 51 margin-right: 16px;
61 flex: none; 52 flex: none;
62 display: flex; 53 display: flex;
63 justify-content: flex-end; 54 justify-content: flex-end;
64 } 55 }
65 .security-origin-view .details-table-row > div:nth-child(2) { 56
66 flex: auto; 57 .sct-details .details-table-row > div:first-child {
67 white-space: normal; 58 width: 128px;
68 } 59 }
69 60
70 .security-origin-view .sct-details .details-table .details-table-row:last-child div:last-child { 61 .sct-details .details-table .details-table-row:last-child div:last-child {
71 border-bottom: 1px solid rgb(230, 230, 230); 62 border-bottom: 1px solid rgba(0, 0, 0, 0.14);
72 padding-bottom: 10px; 63 padding-bottom: 10px;
73 } 64 }
74 65
75 .security-origin-view .sct-details .details-table:last-child .details-table-row: last-child div:last-child { 66 .sct-details .details-table:last-child .details-table-row:last-child div:last-ch ild {
76 border-bottom: none; 67 border-bottom: none;
77 padding-bottom: 0; 68 padding-bottom: 0;
78 } 69 }
79 70
80 .security-origin-view .sct-toggle { 71 .sct-toggle {
81 padding-left: 143px; 72 padding-left: 98px;
82 padding-top: 5px;
83 } 73 }
84 74
85 .security-origin-view .details-table .empty-san { 75 .details-table .empty-san {
86 color: rgb(140, 140, 140); 76 color: rgba(0, 0, 0, 0.55);
87 } 77 }
88 78
89 .security-origin-view .details-table .san-entry { 79 .details-table .san-entry {
90 display: block; 80 display: block;
81 height: 16px;
91 } 82 }
92 83
93 .security-origin-view .truncated-san .truncated-entry { 84 .truncated-san .truncated-entry {
94 display: none; 85 display: none;
95 } 86 }
96 87
97 .security-certificate-button { 88 .security-certificate-button {
98 margin-top: 4px; 89 margin-top: 4px;
99 } 90 }
91
92 .first-inspected-response {
93 color: rgba(0, 0, 0, 0.55);
94 border-bottom: none;
95 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698