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

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

Issue 1468633002: DevTools: Prettify websocket frames preview on Network pane. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update tests. Created 5 years 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 | « third_party/WebKit/Source/devtools/front_end/network/module.json ('k') | 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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 } 208 }
209 209
210 .network-overview .resources-dividers-label-bar .resources-divider { 210 .network-overview .resources-dividers-label-bar .resources-divider {
211 background-color: transparent; 211 background-color: transparent;
212 } 212 }
213 213
214 .network-overview .resources-dividers { 214 .network-overview .resources-dividers {
215 z-index: 250; 215 z-index: 250;
216 } 216 }
217 217
218 .request-view.json { 218 .json-view {
219 padding: 5px; 219 padding: 2px 6px;
220 } 220 }
221 221
222 .request-view.html iframe { 222 .request-view.html iframe {
223 width: 100%; 223 width: 100%;
224 height: 100%; 224 height: 100%;
225 position: absolute; 225 position: absolute;
226 } 226 }
227 227
228 .network-film-strip { 228 .network-film-strip {
229 border-bottom: solid 1px #cdcdcd; 229 border-bottom: solid 1px #cdcdcd;
230 flex: none !important; 230 flex: none !important;
231 } 231 }
232 232
233 .network-blocked-urls { 233 .network-blocked-urls {
234 border-top: 1px solid #dadada; 234 border-top: 1px solid #dadada;
235 flex: 104px 0 0; 235 flex: 104px 0 0;
236 } 236 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/module.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698