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

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

Issue 2685893003: DevTools: Add toolbar bottom separator to timeline tree views. (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | 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 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 .timeline-overview-popover .frame .thumbnail img { 513 .timeline-overview-popover .frame .thumbnail img {
514 max-width: 300px; 514 max-width: 300px;
515 max-height: 500px; 515 max-height: 500px;
516 } 516 }
517 517
518 .timeline-tree-view { 518 .timeline-tree-view {
519 display: flex; 519 display: flex;
520 overflow: hidden; 520 overflow: hidden;
521 } 521 }
522 522
523 .timeline-tree-view > .toolbar { 523 .timeline-tree-view .toolbar {
524 border-bottom: 1px solid #dadada; 524 border-bottom: 1px solid #dadada;
525 } 525 }
526 526
527 .timeline-tree-view .data-grid { 527 .timeline-tree-view .data-grid {
528 border: none; 528 border: none;
529 flex: auto; 529 flex: auto;
530 } 530 }
531 531
532 .timeline-tree-view .data-grid .data-container { 532 .timeline-tree-view .data-grid .data-container {
533 overflow-y: scroll; 533 overflow-y: scroll;
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 675
676 .timeline-landing-warning-close { 676 .timeline-landing-warning-close {
677 float: right; 677 float: right;
678 margin-top: -10px; 678 margin-top: -10px;
679 margin-right: -13px; 679 margin-right: -13px;
680 } 680 }
681 681
682 .timeline-landing-warning span[is=ui-icon] { 682 .timeline-landing-warning span[is=ui-icon] {
683 margin: -8px; 683 margin: -8px;
684 } 684 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698