summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/devtools/front_end/timeline/timelineStatusDialog.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/devtools/front_end/timeline/timelineStatusDialog.css')
-rw-r--r--chromium/third_party/WebKit/Source/devtools/front_end/timeline/timelineStatusDialog.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/devtools/front_end/timeline/timelineStatusDialog.css b/chromium/third_party/WebKit/Source/devtools/front_end/timeline/timelineStatusDialog.css
index e5ffd8b2916..83a6023b3e3 100644
--- a/chromium/third_party/WebKit/Source/devtools/front_end/timeline/timelineStatusDialog.css
+++ b/chromium/third_party/WebKit/Source/devtools/front_end/timeline/timelineStatusDialog.css
@@ -15,9 +15,11 @@
margin-top: -1px;
}
-.timeline-status-dialog div {
+.timeline-status-dialog > div {
margin: 2px;
height: 14px;
+ display: flex;
+ align-items: baseline;
}
.timeline-status-dialog ::before {
@@ -57,7 +59,7 @@
}
.timeline-status-dialog .stop-button {
- text-align: center;
margin-top: 8px;
height: 100%;
+ align-self: center;
}