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

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

Issue 2912563003: DevTools: cleanup button styles (Closed)
Patch Set: fix test Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
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..407370e835b1ce93b882eab00b6673fd1a43cc6f 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 {
+.profile-launcher-button {
margin-top: 10px;
+ margin-right: 8px;
min-width: 110px;
}
-
.cpu-profile-flame-chart-overview-container {
overflow: hidden;
position: absolute;

Powered by Google App Engine
This is Rietveld 408576698