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

Side by Side Diff: Source/devtools/front_end/networkPanel.css

Issue 461383002: DevTools: NetworkPanel: remove unused CSS. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 | « no previous file | 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 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 } 44 }
45 45
46 #network-views.small #network-close-button { 46 #network-views.small #network-close-button {
47 top: 4px; 47 top: 4px;
48 } 48 }
49 49
50 .network.panel.viewing-resource #network-close-button { 50 .network.panel.viewing-resource #network-close-button {
51 display: block; 51 display: block;
52 } 52 }
53 53
54 .network.panel .sidebar {
55 position: absolute;
56 top: 0;
57 bottom: 0;
58 left: 0;
59 right: 0;
60 width: auto;
61 border: none;
62 background: inherit;
63 }
64
65 .network.panel .data-grid th.sort-descending, 54 .network.panel .data-grid th.sort-descending,
66 .network.panel .data-grid th.sort-ascending { 55 .network.panel .data-grid th.sort-ascending {
67 background: white; 56 background: white;
68 } 57 }
69 58
70 #network-views .network-item-view .tabbed-pane-header { 59 #network-views .network-item-view .tabbed-pane-header {
71 flex: 0 0 31px; 60 flex: 0 0 31px;
72 padding-top: 8px; 61 padding-top: 8px;
73 padding-left: 13px; 62 padding-left: 13px;
74 white-space: nowrap; 63 white-space: nowrap;
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 140
152 .panel.network .split-view { 141 .panel.network .split-view {
153 flex: auto; 142 flex: auto;
154 position: relative; 143 position: relative;
155 } 144 }
156 145
157 .network-filters-header { 146 .network-filters-header {
158 flex: 0 0 23px; 147 flex: 0 0 23px;
159 padding-right: 4px; 148 padding-right: 4px;
160 } 149 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698