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

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

Issue 1211993002: DevTools: Refactor: Split timeline overview strips into components (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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: Source/devtools/front_end/timeline/timelinePanel.css
diff --git a/Source/devtools/front_end/timeline/timelinePanel.css b/Source/devtools/front_end/timeline/timelinePanel.css
index 6429dcce498354c715469affcf06fc077aa4957c..975cdc465172caed9ea3f75b5bb2c038d35d8ead 100644
--- a/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/Source/devtools/front_end/timeline/timelinePanel.css
@@ -250,12 +250,23 @@
background-color: white;
}
-#timeline-overview-events,
-#timeline-overview-memory,
-#timeline-overview-power {
- flex: 0 0 100px;
- z-index: 160;
- width: 100%;
+#timeline-overview-panel .overview-strip {
+ margin-top: 1px;
+}
+
+#timeline-overview-main-thread,
+#timeline-overview-framerate {
+ flex-basis: 20px;
+}
+
+#timeline-overview-input,
+#timeline-overview-other-threads,
+#timeline-overview-responsiveness {
+ flex-basis: 8px;
+}
+
+#timeline-overview-network {
+ flex-basis: 39px;
}
#timeline-overview-memory {

Powered by Google App Engine
This is Rietveld 408576698