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

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

Issue 2640403003: Fix UI glitches on Performance and Memory panels (Closed)
Patch Set: fix flamechart panning bug Created 3 years, 11 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 | « third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.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 21 matching lines...) Expand all
32 } 32 }
33 33
34 .timeline-settings-pane { 34 .timeline-settings-pane {
35 flex: none; 35 flex: none;
36 border-bottom: 1px solid #dadada; 36 border-bottom: 1px solid #dadada;
37 } 37 }
38 38
39 #timeline-overview-panel { 39 #timeline-overview-panel {
40 flex: none; 40 flex: none;
41 position: relative; 41 position: relative;
42 border-bottom: 1px solid rgb(140, 140, 140); 42 border-bottom: 1px solid #bbb;
43 } 43 }
44 44
45 #timeline-overview-panel .timeline-graph-bar { 45 #timeline-overview-panel .timeline-graph-bar {
46 pointer-events: none; 46 pointer-events: none;
47 } 47 }
48 48
49 #timeline-overview-grid { 49 #timeline-overview-grid {
50 background-color: rgb(255, 255, 255); 50 background-color: rgb(255, 255, 255);
51 } 51 }
52 52
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 669
670 .timeline-landing-warning { 670 .timeline-landing-warning {
671 background-color: #fffde7; 671 background-color: #fffde7;
672 padding: 10px 14px; 672 padding: 10px 14px;
673 box-shadow: 1px 1px 3px rgba(0,0,0,0.2); 673 box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
674 } 674 }
675 675
676 .timeline-landing-warning span[is=ui-icon] { 676 .timeline-landing-warning span[is=ui-icon] {
677 margin: -8px; 677 margin: -8px;
678 } 678 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698