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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css

Issue 2356423002: [DevTools] Turn WebInspector.Panel into a web component.
Patch Set: partial fixes Created 4 years, 2 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
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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 .profile-canvas-decoration { 174 .profile-canvas-decoration {
175 color: red; 175 color: red;
176 margin: -14px 0 13px 22px; 176 margin: -14px 0 13px 22px;
177 padding-left: 14px; 177 padding-left: 14px;
178 } 178 }
179 179
180 .profile-canvas-decoration button { 180 .profile-canvas-decoration button {
181 margin: 0 0 0 10px !important; 181 margin: 0 0 0 10px !important;
182 } 182 }
183 183
184 .profiles.panel select.chrome-select { 184 .panel select.chrome-select {
185 font-size: 12px; 185 font-size: 12px;
186 width: 150px; 186 width: 150px;
187 margin-left: 10px; 187 margin-left: 10px;
188 margin-right: 10px; 188 margin-right: 10px;
189 } 189 }
190 190
191 button.load-profile { 191 button.load-profile {
192 margin-left: 20px; 192 margin-left: 20px;
193 } 193 }
194 194
(...skipping 23 matching lines...) Expand all
218 bottom: 0; 218 bottom: 0;
219 } 219 }
220 220
221 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar { 221 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar {
222 pointer-events: auto; 222 pointer-events: auto;
223 } 223 }
224 224
225 .cpu-profile-flame-chart-overview-pane { 225 .cpu-profile-flame-chart-overview-pane {
226 flex: 0 0 80px !important; 226 flex: 0 0 80px !important;
227 } 227 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698