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

Unified Diff: third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css

Issue 2637443004: DevTools: bring back old landing page in timeline/performance. (Closed)
Patch Set: review comments addressed 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
index 4f5292a04e19f0e2ce582d980febedb0230a5f2f..f490b71f3191f77002b8647e7a87979d9f96fb7c 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
@@ -31,6 +31,11 @@
border-bottom: 1px solid #dadada;
}
+.timeline-settings-pane {
+ flex: none;
+ border-bottom: 1px solid #dadada;
+}
+
#timeline-overview-panel {
flex: none;
position: relative;
@@ -77,7 +82,6 @@
.timeline.panel .status-pane-container {
z-index: 1000;
- pointer-events: none;
display: flex;
align-items: center;
}
@@ -637,3 +641,21 @@
color: #5a5a5a;
white-space: nowrap;
}
+
+.timeline-landing-page {
+ position: absolute;
+ background-color: white;
+ justify-content: center;
+ align-items: center;
+ overflow: auto;
+ font-size: 13px;
+ color: #777;
+}
+
+.timeline-landing-page > div {
+ width: 430px;
+}
+
+.timeline-landing-page > div > p {
+ flex: none;
+}

Powered by Google App Engine
This is Rietveld 408576698