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

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

Issue 1219733002: DevTools: Add labels to the timeline overview strips (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
« no previous file with comments | « Source/devtools/front_end/timeline/TimelineEventOverview.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 975cdc465172caed9ea3f75b5bb2c038d35d8ead..6342986e0da22f7c55d12337634efd4de4964d92 100644
--- a/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/Source/devtools/front_end/timeline/timelinePanel.css
@@ -254,6 +254,18 @@
margin-top: 1px;
}
+#timeline-overview-panel .overview-strip .timeline-overview-strip-placeholder {
+ position: absolute;
+ right: 0;
+ bottom: 1px;
+ color: #888;
+ padding: 0 4px;
+ font-size: 11px;
+ font-weight: bold;
+ text-transform: uppercase;
+ background-color: hsla(0, 0%, 100%, 0.6);
+}
+
#timeline-overview-main-thread,
#timeline-overview-framerate {
flex-basis: 20px;
@@ -262,11 +274,11 @@
#timeline-overview-input,
#timeline-overview-other-threads,
#timeline-overview-responsiveness {
- flex-basis: 8px;
+ flex-basis: 10px;
}
#timeline-overview-network {
- flex-basis: 39px;
+ flex-basis: 35px;
}
#timeline-overview-memory {
« no previous file with comments | « Source/devtools/front_end/timeline/TimelineEventOverview.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698