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

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

Issue 1327593005: Link to the mixed content filter from security panel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 3 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
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 } 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
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 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/security/SecurityPanel.js ('k') | Source/devtools/front_end/security/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698