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

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

Issue 2662453004: DevTools: Update network overview with two level bars. (Closed)
Patch Set: fix compile error 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 | « third_party/WebKit/Source/devtools/front_end/timeline/TimelineNetworkFlameChart.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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 } 102 }
103 103
104 #timeline-overview-panel .overview-strip .timeline-overview-strip-title { 104 #timeline-overview-panel .overview-strip .timeline-overview-strip-title {
105 color: #666; 105 color: #666;
106 font-size: 10px; 106 font-size: 10px;
107 font-weight: bold; 107 font-weight: bold;
108 z-index: 100; 108 z-index: 100;
109 background-color: rgba(255, 255, 255, 0.7); 109 background-color: rgba(255, 255, 255, 0.7);
110 padding: 0 4px; 110 padding: 0 4px;
111 position: absolute; 111 position: absolute;
112 top: 0; 112 top: -2px;
113 right: 0; 113 right: 0;
114 } 114 }
115 115
116 #timeline-overview-cpu-activity { 116 #timeline-overview-cpu-activity {
117 flex-basis: 20px; 117 flex-basis: 20px;
118 } 118 }
119 119
120 #timeline-overview-network { 120 #timeline-overview-network {
121 flex-basis: 12px; 121 flex-basis: 8px;
122 } 122 }
123 123
124 #timeline-overview-framerate { 124 #timeline-overview-framerate {
125 flex-basis: 16px; 125 flex-basis: 16px;
126 margin-top: 0 !important; 126 margin-top: 0 !important;
127 } 127 }
128 128
129 #timeline-overview-filmstrip { 129 #timeline-overview-filmstrip {
130 flex-basis: 30px; 130 flex-basis: 30px;
131 } 131 }
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 673
674 .timeline-landing-warning { 674 .timeline-landing-warning {
675 background-color: #fffde7; 675 background-color: #fffde7;
676 padding: 10px 14px; 676 padding: 10px 14px;
677 box-shadow: 1px 1px 3px rgba(0,0,0,0.2); 677 box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
678 } 678 }
679 679
680 .timeline-landing-warning span[is=ui-icon] { 680 .timeline-landing-warning span[is=ui-icon] {
681 margin: -8px; 681 margin: -8px;
682 } 682 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/timeline/TimelineNetworkFlameChart.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698