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

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

Issue 1301833003: Add origin views to the Security panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
OLDNEW
(Empty)
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
3 * found in the LICENSE file.
4 */
5
6 .tree-outline {
7 padding: 0;
8 }
9
10 .tree-outline .security-main-view-sidebar-tree-item {
11 border-bottom: 1px solid rgb(230, 230, 230);
12 padding-top: 0;
13 }
14
15 .tree-outline .security-main-view-sidebar-tree-item .icon,
16 .tree-outline .security-main-view-sidebar-tree-item .titles {
17 margin-top: 1.5em;
18 margin-bottom: 1.5em;
19 }
20
21 .tree-outline .security-sidebar-origins {
22 padding: 1px 8px 6px 8px;
23 margin-top: 1em;
24 margin-bottom: 0.5em;
25 color: rgb(90, 90, 90);
26 }
27 .tree-outline ol {
28 padding-left: 0;
29 }
30
31 .tree-outline li::before {
32 content: none;
33 }
34
35 .tree-outline .security-main-view-sidebar-tree-item,
36 .tree-outline .security-sidebar-origins,
37 .tree-outline .sidebar-tree-section + .children > .sidebar-tree-item {
38 padding-left: 16px;
39 }
40
41 .tree-outline .sidebar-tree-item .lock-icon,
42 .tree-outline .sidebar-tree-item .security-property {
43 float: left;
44 margin-right: 2px;
45 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698