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

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

Issue 213673005: Timeline: show selected event details in Tracing mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/timelinePanel.css
diff --git a/Source/devtools/front_end/timelinePanel.css b/Source/devtools/front_end/timelinePanel.css
index be18c99e5069ccb997beb5cbfa2825ab13a8f8b8..3462fa26263a89ed04bab185e96d3c0d3d6c1b6e 100644
--- a/Source/devtools/front_end/timelinePanel.css
+++ b/Source/devtools/front_end/timelinePanel.css
@@ -764,6 +764,14 @@
padding: 10px;
}
+.timeline-details-view-row-details table {
+ padding-left: 10px;
+}
+
+.timeline-details-view-row-details table td {
+ text-align: left;
+}
+
.timeline-details-view-row-stack-trace {
padding: 4px 0 4px 20px;
}
« Source/devtools/front_end/TimelineTracingView.js ('K') | « Source/devtools/front_end/TracingModel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698