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

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

Issue 1573673002: DevTools: fix timeline banners to scroll on overflow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 justify-content: center; 45 justify-content: center;
46 align-items: center; 46 align-items: center;
47 text-align: center; 47 text-align: center;
48 padding: 20px; 48 padding: 20px;
49 position: absolute; 49 position: absolute;
50 top: 0; 50 top: 0;
51 right: 0; 51 right: 0;
52 bottom: 0; 52 bottom: 0;
53 left: 0; 53 left: 0;
54 font-size: 13px; 54 font-size: 13px;
55 overflow: auto;
55 } 56 }
56 57
57 .panel.timeline .banner a, 58 .panel.timeline .banner a,
58 .panel.layers .banner a { 59 .panel.layers .banner a {
59 color: inherit; 60 color: inherit;
60 } 61 }
61 62
62 #timeline-overview-panel .timeline-graph-bar { 63 #timeline-overview-panel .timeline-graph-bar {
63 pointer-events: none; 64 pointer-events: none;
64 } 65 }
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 border-bottom: 1px solid #ddd; 731 border-bottom: 1px solid #ddd;
731 background-color: #f3f3f3 732 background-color: #f3f3f3
732 } 733 }
733 734
734 .timeline-stack-view-header { 735 .timeline-stack-view-header {
735 height: 26px; 736 height: 26px;
736 background-color: white; 737 background-color: white;
737 padding: 6px 10px; 738 padding: 6px 10px;
738 color: #5a5a5a; 739 color: #5a5a5a;
739 } 740 }
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