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

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

Issue 2662453004: DevTools: Update network overview with two level bars. (Closed)
Patch Set: 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 82a653384d97c9ac55da6b22fd4281154a49d9af..35f271ca08298ec534ca0d54dbe159deef29820a 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
@@ -109,7 +109,7 @@
background-color: rgba(255, 255, 255, 0.7);
padding: 0 4px;
position: absolute;
- top: 0;
+ top: -2px;
right: 0;
}
@@ -118,7 +118,7 @@
}
#timeline-overview-network {
- flex-basis: 12px;
+ flex-basis: 8px;
}
#timeline-overview-framerate {

Powered by Google App Engine
This is Rietveld 408576698