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

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

Issue 1219733002: DevTools: Add labels to the timeline overview strips (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/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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
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-panel .overview-strip { 253 #timeline-overview-panel .overview-strip {
254 margin-top: 1px; 254 margin-top: 1px;
255 } 255 }
256 256
257 #timeline-overview-panel .overview-strip .timeline-overview-strip-placeholder {
258 position: absolute;
259 right: 0;
260 bottom: 1px;
261 color: #888;
262 padding: 0 4px;
263 font-size: 11px;
264 font-weight: bold;
265 text-transform: uppercase;
266 background-color: hsla(0, 0%, 100%, 0.6);
267 }
268
257 #timeline-overview-main-thread, 269 #timeline-overview-main-thread,
258 #timeline-overview-framerate { 270 #timeline-overview-framerate {
259 flex-basis: 20px; 271 flex-basis: 20px;
260 } 272 }
261 273
262 #timeline-overview-input, 274 #timeline-overview-input,
263 #timeline-overview-other-threads, 275 #timeline-overview-other-threads,
264 #timeline-overview-responsiveness { 276 #timeline-overview-responsiveness {
265 flex-basis: 8px; 277 flex-basis: 10px;
266 } 278 }
267 279
268 #timeline-overview-network { 280 #timeline-overview-network {
269 flex-basis: 39px; 281 flex-basis: 35px;
270 } 282 }
271 283
272 #timeline-overview-memory { 284 #timeline-overview-memory {
273 flex-basis: 20px; 285 flex-basis: 20px;
274 } 286 }
275 287
276 #timeline-overview-frames { 288 #timeline-overview-frames {
277 flex-basis: 120px; 289 flex-basis: 120px;
278 } 290 }
279 291
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 cursor: pointer; 891 cursor: pointer;
880 } 892 }
881 893
882 .timeline-overview-popover .frame .time { 894 .timeline-overview-popover .frame .time {
883 display: none; 895 display: none;
884 } 896 }
885 897
886 .timeline-overview-popover .frame .thumbnail img { 898 .timeline-overview-popover .frame .thumbnail img {
887 max-width: 200px; 899 max-width: 200px;
888 } 900 }
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