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

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

Issue 1155963005: DevTools: Show frame rate on timeline events overview. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 pointer-events: auto; 242 pointer-events: auto;
243 } 243 }
244 244
245 .timeline-tree-item.selected .timeline-tree-item-expand-arrow { 245 .timeline-tree-item.selected .timeline-tree-item-expand-arrow {
246 background-color: white; 246 background-color: white;
247 } 247 }
248 248
249 #timeline-overview-events, 249 #timeline-overview-events,
250 #timeline-overview-memory, 250 #timeline-overview-memory,
251 #timeline-overview-power { 251 #timeline-overview-power {
252 flex: 0 0 59px; 252 flex: 0 0 69px;
253 z-index: 160; 253 z-index: 160;
254 width: 100%; 254 width: 100%;
255 margin-bottom: 1px; 255 margin-bottom: 1px;
256 } 256 }
257 257
258 #timeline-overview-memory { 258 #timeline-overview-memory {
259 flex-basis: 20px; 259 flex-basis: 20px;
260 } 260 }
261 261
262 #timeline-overview-frames { 262 #timeline-overview-frames {
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 .timeline-gap { 862 .timeline-gap {
863 flex: none; 863 flex: none;
864 } 864 }
865 865
866 .timeline-filmstrip-preview { 866 .timeline-filmstrip-preview {
867 margin-top: 10px; 867 margin-top: 10px;
868 max-width: 200px; 868 max-width: 200px;
869 max-height: 200px; 869 max-height: 200px;
870 cursor: pointer; 870 cursor: pointer;
871 } 871 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698