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

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

Issue 2646193003: Revert of Fix UI glitches on Performance and Memory panels (Closed)
Patch Set: 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
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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 color: red; 165 color: red;
166 margin: -14px 0 13px 22px; 166 margin: -14px 0 13px 22px;
167 padding-left: 14px; 167 padding-left: 14px;
168 } 168 }
169 169
170 .profile-canvas-decoration button { 170 .profile-canvas-decoration button {
171 margin: 0 0 0 10px !important; 171 margin: 0 0 0 10px !important;
172 } 172 }
173 173
174 .js_profiler.panel select.chrome-select, 174 .js_profiler.panel select.chrome-select,
175 .heap_profiler.panel select.chrome-select 175 .heap_profiler.panel select.chrome-select,
176 { 176 {
177 font-size: 12px; 177 font-size: 12px;
178 width: 150px; 178 width: 150px;
179 margin-left: 10px; 179 margin-left: 10px;
180 margin-right: 10px; 180 margin-right: 10px;
181 } 181 }
182 182
183 button.load-profile { 183 button.load-profile {
184 margin-left: 20px; 184 margin-left: 20px;
185 } 185 }
(...skipping 24 matching lines...) Expand all
210 bottom: 0; 210 bottom: 0;
211 } 211 }
212 212
213 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar { 213 #cpu-profile-flame-chart-overview-grid .resources-dividers-label-bar {
214 pointer-events: auto; 214 pointer-events: auto;
215 } 215 }
216 216
217 .cpu-profile-flame-chart-overview-pane { 217 .cpu-profile-flame-chart-overview-pane {
218 flex: 0 0 80px !important; 218 flex: 0 0 80px !important;
219 } 219 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698