Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css |
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css b/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css |
| index eb70b40b77f2cb7102b97896ef4ed41e22a00ee4..41e55c7706c972750a8801fab458ca89af7fa31b 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css |
| @@ -200,12 +200,12 @@ body.inactive .profile-launcher-view-content button.running:not(.toolbar-item) { |
| width: 150px; |
| } |
| -button.load-profile { |
| +button { |
|
pfeldman
2017/05/30 21:18:17
We might have other buttons inside profiles panel
luoe
2017/05/30 22:39:45
I want these margin/width styles to apply to both
|
| margin-top: 10px; |
| + margin-right: 8px; |
| min-width: 110px; |
| } |
| - |
| .cpu-profile-flame-chart-overview-container { |
| overflow: hidden; |
| position: absolute; |