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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/network/networkReportProductEntry.css

Issue 2876983002: DevTools: group by frame, not product in the network panel. (Closed)
Patch Set: Created 3 years, 7 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 /* 1 /*
2 * Copyright (c) 2017 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2017 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6
6 .network-product-popover { 7 .network-product-popover {
7 white-space: nowrap; 8 white-space: nowrap;
8 } 9 }
9 10
10 .network-product-popover .network-product-domain { 11 .network-product-domain {
11 white-space: nowrap; 12 white-space: nowrap;
12 font-weight: bold; 13 font-weight: bold;
13 color: #565656; 14 color: #565656;
14 } 15 }
15 16
16 .network-product-popover .network-product-entry-name { 17 .network-product-entry-name {
17 padding-top: 5px; 18 padding: 10px 0;
18 } 19 }
19 20
20 .network-product-popover .network-report-product-link { 21 .network-report-product-link {
21 font-size: 11px; 22 display: block;
22 padding-top: 5px;
23 } 23 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698