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

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

Issue 2118583003: Display when PKP is bypassed in devtools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comments Created 4 years, 5 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 .security-main-view { 6 .security-main-view {
7 -webkit-user-select: text; 7 -webkit-user-select: text;
8 overflow-x: hidden; 8 overflow-x: hidden;
9 overflow-y: auto; 9 overflow-y: auto;
10 background-color: #f9f9f9; 10 background-color: #f9f9f9;
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 border-bottom: 1px solid rgb(230, 230, 230); 137 border-bottom: 1px solid rgb(230, 230, 230);
138 background-color: #fff; 138 background-color: #fff;
139 139
140 display: flex; 140 display: flex;
141 white-space: nowrap; 141 white-space: nowrap;
142 } 142 }
143 143
144 .security-explanation-text { 144 .security-explanation-text {
145 flex: auto; 145 flex: auto;
146 white-space: normal; 146 white-space: normal;
147 max-width: 400px;
147 } 148 }
148 149
149 .security-explanation-info { 150 .security-explanations-extra .security-explanation {
151 background-color: transparent;
152 }
153
154 .security-explanations-extra .security-explanation:only-child {
150 border-bottom: none; 155 border-bottom: none;
151 background-color: transparent;
152 } 156 }
153 157
154 .security-certificate-button { 158 .security-certificate-button {
155 margin-top: 8px; 159 margin-top: 8px;
156 } 160 }
157 161
158 .security-explanation .security-property { 162 .security-explanation .security-property {
159 flex: none; 163 flex: none;
160 width: 18px; 164 width: 18px;
161 height: 18px; 165 height: 18px;
(...skipping 15 matching lines...) Expand all
177 } 181 }
178 .security-explanation-insecure .security-section-title 182 .security-explanation-insecure .security-section-title
179 { 183 {
180 color: rgb(216, 71, 60); 184 color: rgb(216, 71, 60);
181 font-weight: bold; 185 font-weight: bold;
182 } 186 }
183 187
184 .security-mixed-content { 188 .security-mixed-content {
185 margin-top: 8px; 189 margin-top: 8px;
186 } 190 }
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