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

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

Issue 1214173002: DevTools: Reduce network overview height to 60px (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 | Annotate | Revision Log
« 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 #network-overview-container canvas { 188 #network-overview-container canvas {
189 width: 100%; 189 width: 100%;
190 height: 100%; 190 height: 100%;
191 } 191 }
192 192
193 #network-overview-grid .resources-dividers-label-bar { 193 #network-overview-grid .resources-dividers-label-bar {
194 pointer-events: auto; 194 pointer-events: auto;
195 } 195 }
196 196
197 .network .network-overview { 197 .network .network-overview {
198 flex: 0 0 100px; 198 flex: 0 0 60px;
199 } 199 }
200 200
201 .network-overview .overview-grid-window, 201 .network-overview .overview-grid-window,
202 .network-overview .overview-grid-dividers-background { 202 .network-overview .overview-grid-dividers-background {
203 height: 100%; 203 height: 100%;
204 } 204 }
205 205
206 .network-overview .resources-dividers-label-bar { 206 .network-overview .resources-dividers-label-bar {
207 background-color: rgba(255, 255, 255, 0.95); 207 background-color: rgba(255, 255, 255, 0.95);
208 } 208 }
(...skipping 13 matching lines...) Expand all
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 }
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