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

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

Issue 1178563002: DevTools: Refactor network panel overview (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test. 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
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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 position: absolute; 509 position: absolute;
510 height: 19px; 510 height: 19px;
511 padding-top: 3px; 511 padding-top: 3px;
512 } 512 }
513 513
514 .timeline-frame-strip.selected { 514 .timeline-frame-strip.selected {
515 background-color: rgb(56, 121, 217); 515 background-color: rgb(56, 121, 217);
516 color: white; 516 color: white;
517 } 517 }
518 518
519 #timeline-grid-header {
520 pointer-events: none;
521 height: 20px;
522 }
523
524 #timeline-graph-records-header { 519 #timeline-graph-records-header {
525 pointer-events: none; 520 pointer-events: none;
526 height: 19px; 521 height: 19px;
527 padding: 1px 0; 522 padding: 1px 0;
528 justify-content: center; 523 justify-content: center;
529 } 524 }
530 525
531 .timeline-utilization-strip { 526 .timeline-utilization-strip {
532 z-index: 250; 527 z-index: 250;
533 overflow: hidden; 528 overflow: hidden;
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 .timeline-gap { 861 .timeline-gap {
867 flex: none; 862 flex: none;
868 } 863 }
869 864
870 .timeline-filmstrip-preview { 865 .timeline-filmstrip-preview {
871 margin-top: 10px; 866 margin-top: 10px;
872 max-width: 200px; 867 max-width: 200px;
873 max-height: 200px; 868 max-height: 200px;
874 cursor: pointer; 869 cursor: pointer;
875 } 870 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/timeline/module.json ('k') | Source/devtools/front_end/ui_lazy/TimelineGrid.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698