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

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

Issue 2852173002: DevTools: Show screenshots on the main flamechart (Closed)
Patch Set: addressing comments Created 3 years, 7 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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 472
473 .timeline-paint-profiler-log-split > div:last-child { 473 .timeline-paint-profiler-log-split > div:last-child {
474 background-color: #eee; 474 background-color: #eee;
475 z-index: 0; 475 z-index: 0;
476 } 476 }
477 477
478 .timeline-gap { 478 .timeline-gap {
479 flex: none; 479 flex: none;
480 } 480 }
481 481
482 .timeline-filmstrip-preview { 482 .timeline-filmstrip-preview > img {
483 margin-top: 10px; 483 margin-top: 5px;
484 max-width: 200px; 484 max-width: 500px;
485 max-height: 200px; 485 max-height: 300px;
486 cursor: pointer; 486 cursor: pointer;
487 border: 1px solid #ddd; 487 border: 1px solid #ddd;
488 } 488 }
489 489
490 .timeline-tree-view { 490 .timeline-tree-view {
491 display: flex; 491 display: flex;
492 overflow: hidden; 492 overflow: hidden;
493 } 493 }
494 494
495 .timeline-tree-view .toolbar { 495 .timeline-tree-view .toolbar {
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 664
665 .timeline-landing-warning-close { 665 .timeline-landing-warning-close {
666 float: right; 666 float: right;
667 margin-top: -10px; 667 margin-top: -10px;
668 margin-right: -13px; 668 margin-right: -13px;
669 } 669 }
670 670
671 .timeline-landing-warning span[is=ui-icon] { 671 .timeline-landing-warning span[is=ui-icon] {
672 margin: -8px; 672 margin: -8px;
673 } 673 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698