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

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

Issue 934303002: Timeline: add labels around status bar controls (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/TimelinePanel.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 23fb10ef82db69b2369ec698de4d5a5879958a4c..0ed94f6e39956b44a0484ff7caa8d4f2f907a6b0 100644
--- a/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/Source/devtools/front_end/timeline/timelinePanel.css
@@ -879,3 +879,9 @@
.invalidations-group > .content > .node-list {
border-left: 1px solid #e1e1e1;
}
+
+.status-bar /deep/ .timeline-status-bar-group-label {
pfeldman 2015/02/19 20:10:55 /deep/ is pretty much always a bad idea. you want
+ margin-left: 12px;
+ margin-right: 6px;
+ color: #888;
+}
« no previous file with comments | « Source/devtools/front_end/timeline/TimelinePanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698