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

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

Issue 2683233006: DevTools: Fix button layout glitches on Memory panel. (Closed)
Patch Set: addressing comment 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/profiler/ProfileLauncherView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3d86ce79c68df497de6ca8c3474afc36719ca3cd..b0c89d4f01c481a0b0d9890932ce7df4d5e3068f 100644
--- a/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css
@@ -111,9 +111,27 @@
text-align: left;
}
-.control-profiling {
- -webkit-align-self: flex-start;
- margin-right: 50px;
+.profile-launcher-control {
+ align-items: center;
+ flex-wrap: wrap;
+}
+
+.profile-launcher-control > * {
+ margin-top: 10px;
+ margin-right: 6px;
+}
+
+.profile-launcher-control button {
+ min-width: 110px;
+}
+
+.profile-launcher-target {
+ align-items: baseline;
+}
+
+.profile-launcher-target > * {
+ flex: 0 0 auto;
+ margin-right: 8px;
}
.profile-launcher-view-content h1 {
@@ -172,23 +190,15 @@ body.inactive .profile-launcher-view-content button.running:not(.toolbar-item) {
}
.js_profiler.panel select.chrome-select,
-.heap_profiler.panel select.chrome-select
- {
- font-size: 12px;
+.heap_profiler.panel select.chrome-select {
width: 150px;
- margin-left: 10px;
- margin-right: 10px;
}
button.load-profile {
- margin-left: 20px;
+ margin-top: 10px;
+ min-width: 110px;
}
-button.load-profile.multi-target {
- display: block;
- margin-top: 14px;
- margin-left: 0;
-}
.cpu-profile-flame-chart-overview-container {
overflow: hidden;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/profiler/ProfileLauncherView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698