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

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

Issue 422293002: DevTools: NetworkPanel: split networkPanel.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
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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 } 89 }
90 90
91 .network-item-view.visible { 91 .network-item-view.visible {
92 display: -webkit-flex; 92 display: -webkit-flex;
93 } 93 }
94 94
95 .network-item-view .tabbed-pane-header { 95 .network-item-view .tabbed-pane-header {
96 border-bottom: 1px solid rgb(205, 205, 205); 96 border-bottom: 1px solid rgb(205, 205, 205);
97 } 97 }
98 98
99 .resource-headers-view {
100 display: none;
101 margin: 6px;
102 -webkit-user-select: text;
103 position: absolute;
104 top: 0;
105 left: 0;
106 right: 0;
107 bottom: 0;
108 overflow: auto;
109 }
110
111 .resource-headers-view.visible {
112 display: block;
113 }
114
115 .resource-headers-view .outline-disclosure > .parent {
116 -webkit-user-select: none;
117 font-weight: bold;
118 }
119
120 .resource-headers-view .outline-disclosure > .parent > .section {
121 font-weight: normal;
122 }
123
124 .resource-headers-view .outline-disclosure .children li {
125 white-space: nowrap;
126 }
127
128 .resource-headers-view .outline-disclosure .caution {
129 margin-left: 4px;
130 display: inline-block;
131 font-weight: bold;
132 }
133
134 .resource-headers-view .outline-disclosure li.expanded .header-count {
135 display: none;
136 }
137
138 .resource-headers-view .outline-disclosure li .header-toggle {
139 display: none;
140 }
141
142 .resource-headers-view .outline-disclosure li .status-from-cache {
143 color: gray;
144 }
145
146 .resource-headers-view .outline-disclosure li.expanded .header-toggle {
147 display: inline;
148 margin-left: 30px;
149 font-weight: normal;
150 color: rgb(45%, 45%, 45%);
151 }
152
153 .resource-headers-view .outline-disclosure li .header-toggle:hover {
154 color: rgb(20%, 20%, 45%);
155 cursor: pointer;
156 }
157
158 .resource-headers-view .outline-disclosure .header-name {
159 color: rgb(33%, 33%, 33%);
160 display: inline-block;
161 margin-right: 0.5em;
162 font-weight: bold;
163 vertical-align: top;
164 white-space: pre-wrap;
165 }
166
167 .resource-headers-view .outline-disclosure .header-value {
168 display: inline;
169 margin-right: 1em;
170 white-space: pre-wrap;
171 word-break: break-all;
172 margin-top: 1px;
173 }
174
175 .resource-cookies-view {
176 display: none;
177 position: absolute;
178 top: 0;
179 right: 0;
180 left: 0;
181 bottom: 0;
182 overflow: auto;
183 margin: 12px;
184 height: 100%;
185 }
186
187 .resource-cookies-view.visible {
188 display: flex;
189 }
190
191 .resource-cookies-view .data-grid {
192 flex: auto;
193 height: 100%;
194 }
195
196 .resource-cookies-view .data-grid .row-group {
197 font-weight: bold;
198 font-size: 11px;
199 }
200
201 .resource-timing-view { 99 .resource-timing-view {
202 display: none; 100 display: none;
203 position: absolute; 101 position: absolute;
204 top: 0; 102 top: 0;
205 right: 0; 103 right: 0;
206 left: 0; 104 left: 0;
207 bottom: 0; 105 bottom: 0;
208 margin: 6px; 106 margin: 6px;
209 font-weight: bold; 107 font-weight: bold;
210 font-size: 11px; 108 font-size: 11px;
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 146
249 .resource-timing-view .network-timing-bar.receiving { 147 .resource-timing-view .network-timing-bar.receiving {
250 background-image: linear-gradient(to bottom, rgb(242, 194, 194), rgb(204, 10 2, 102)); 148 background-image: linear-gradient(to bottom, rgb(242, 194, 194), rgb(204, 10 2, 102));
251 border-left: 1px solid rgb(204, 102, 102); 149 border-left: 1px solid rgb(204, 102, 102);
252 } 150 }
253 151
254 .resource-timing-view.visible { 152 .resource-timing-view.visible {
255 display: block; 153 display: block;
256 } 154 }
257 155
258 .resource-websocket {
259 -webkit-user-select: text;
260 }
261
262 .resource-websocket,
263 .resource-websocket .data-grid {
264 position: absolute;
265 top: 0;
266 left: 0;
267 right: 0;
268 bottom: 0;
269 border: none;
270 }
271
272 .resource-websocket .data-grid .data {
273 background-image: none;
274 }
275
276 .resource-websocket td {
277 padding-top: 3px;
278 padding-bottom: 3px;
279 border-top: 1px solid rgb(240, 240, 240);
280 }
281
282 .resource-websocket-row-outcoming {
283 background-color: rgb(226, 247, 218);
284 }
285
286 .resource-websocket-row-outcoming:not(.selected) td {
287 border-left-color: rgb(177, 209, 165);
288 }
289
290 .resource-websocket-row-outcoming:not(.selected) td, .resource-websocket-row-out coming:not(.selected) + tr td {
291 border-top-color: rgb(199, 236, 185);
292 }
293
294 .resource-websocket-row-opcode {
295 background-color: rgb(255, 255, 232);
296 color: rgb(170, 111, 71);
297 }
298
299 .resource-websocket-row-opcode td {
300 border-color: rgb(211, 187, 171);
301 }
302
303 .resource-websocket-row-opcode td, .resource-websocket-row-opcode + tr td {
304 border-top-color: rgb(248, 240, 210);
305 }
306
307 .resource-websocket-row-error {
308 background-color: rgb(255, 237, 237);
309 color: rgb(182, 0, 0);
310 }
311
312 .panel.network .split-view { 156 .panel.network .split-view {
313 flex: auto; 157 flex: auto;
314 position: relative; 158 position: relative;
315 } 159 }
316 160
317 .network-filters-header { 161 .network-filters-header {
318 flex: 0 0 23px; 162 flex: 0 0 23px;
319 padding-right: 4px; 163 padding-right: 4px;
320 } 164 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/network/ResourceWebSocketFrameView.js ('k') | Source/devtools/front_end/requestCookiesView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698