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

Side by Side Diff: Source/devtools/front_end/timeline/timelinePanel.css

Issue 1213143003: DevTools: Simplify timeline events overview. (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 | « Source/devtools/front_end/timeline/TimelinePanel.js ('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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 267
268 #timeline-overview-network { 268 #timeline-overview-network {
269 flex-basis: 39px; 269 flex-basis: 39px;
270 } 270 }
271 271
272 #timeline-overview-memory { 272 #timeline-overview-memory {
273 flex-basis: 20px; 273 flex-basis: 20px;
274 } 274 }
275 275
276 #timeline-overview-frames { 276 #timeline-overview-frames {
277 flex-basis: 120px; 277 flex-basis: 102px;
278 } 278 }
279 279
280 #timeline-overview-pane { 280 #timeline-overview-pane {
281 flex: auto; 281 flex: auto;
282 position: relative; 282 position: relative;
283 overflow: hidden; 283 overflow: hidden;
284 } 284 }
285 285
286 #timeline-overview-container { 286 #timeline-overview-container {
287 display: flex; 287 display: flex;
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 cursor: pointer; 879 cursor: pointer;
880 } 880 }
881 881
882 .timeline-overview-popover .frame .time { 882 .timeline-overview-popover .frame .time {
883 display: none; 883 display: none;
884 } 884 }
885 885
886 .timeline-overview-popover .frame .thumbnail img { 886 .timeline-overview-popover .frame .thumbnail img {
887 max-width: 200px; 887 max-width: 200px;
888 } 888 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/timeline/TimelinePanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698