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

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

Issue 1769193002: DevTools: Add scroll bar to the JSON view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css » ('j') | 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 .network-overview .resources-dividers-label-bar .resources-divider { 215 .network-overview .resources-dividers-label-bar .resources-divider {
216 background-color: transparent; 216 background-color: transparent;
217 } 217 }
218 218
219 .network-overview .resources-dividers { 219 .network-overview .resources-dividers {
220 z-index: 250; 220 z-index: 250;
221 } 221 }
222 222
223 .json-view { 223 .json-view {
224 padding: 2px 6px; 224 padding: 2px 6px;
225 overflow: auto;
225 } 226 }
226 227
227 .request-view.html iframe { 228 .request-view.html iframe {
228 width: 100%; 229 width: 100%;
229 height: 100%; 230 height: 100%;
230 position: absolute; 231 position: absolute;
231 } 232 }
232 233
233 .network-film-strip { 234 .network-film-strip {
234 border-bottom: solid 1px #cdcdcd; 235 border-bottom: solid 1px #cdcdcd;
235 flex: none !important; 236 flex: none !important;
236 } 237 }
237 238
238 .network-blocked-urls { 239 .network-blocked-urls {
239 border-top: 1px solid #dadada; 240 border-top: 1px solid #dadada;
240 flex: 104px 0 0; 241 flex: 104px 0 0;
241 } 242 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698