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

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

Issue 1174293006: DevTools: Add responsiveness strip to the timeline overview. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline Created 5 years, 6 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/TimelineEventOverview.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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 pointer-events: auto; 246 pointer-events: auto;
247 } 247 }
248 248
249 .timeline-tree-item.selected .timeline-tree-item-expand-arrow { 249 .timeline-tree-item.selected .timeline-tree-item-expand-arrow {
250 background-color: white; 250 background-color: white;
251 } 251 }
252 252
253 #timeline-overview-events, 253 #timeline-overview-events,
254 #timeline-overview-memory, 254 #timeline-overview-memory,
255 #timeline-overview-power { 255 #timeline-overview-power {
256 flex: 0 0 79px; 256 flex: 0 0 100px;
257 z-index: 160; 257 z-index: 160;
258 width: 100%; 258 width: 100%;
259 margin-bottom: 1px;
260 } 259 }
261 260
262 #timeline-overview-memory { 261 #timeline-overview-memory {
263 flex-basis: 20px; 262 flex-basis: 20px;
264 } 263 }
265 264
266 #timeline-overview-frames { 265 #timeline-overview-frames {
267 flex-basis: 100px; 266 flex-basis: 120px;
268 } 267 }
269 268
270 #timeline-overview-pane { 269 #timeline-overview-pane {
271 flex: auto; 270 flex: auto;
272 position: relative; 271 position: relative;
273 overflow: hidden; 272 overflow: hidden;
274 } 273 }
275 274
276 #timeline-overview-container { 275 #timeline-overview-container {
277 display: flex; 276 display: flex;
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 .timeline-gap { 860 .timeline-gap {
862 flex: none; 861 flex: none;
863 } 862 }
864 863
865 .timeline-filmstrip-preview { 864 .timeline-filmstrip-preview {
866 margin-top: 10px; 865 margin-top: 10px;
867 max-width: 200px; 866 max-width: 200px;
868 max-height: 200px; 867 max-height: 200px;
869 cursor: pointer; 868 cursor: pointer;
870 } 869 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/timeline/TimelineEventOverview.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698