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

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

Issue 645403004: Paint Profiler: fix selection size & hieght in paint log window (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 | « no previous file | 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 b12c227f20a580232afb42f6440649a3a9014167..4dd0256be9eef0a72b2be0deb86b427879bc5727 100644
--- a/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/Source/devtools/front_end/timeline/timelinePanel.css
@@ -750,28 +750,24 @@
.layer-tree.outline-disclosure > ol,
.profiler-log-view > ol {
- margin-left: -12px;
+ margin-left: -12px
}
.layer-tree.outline-disclosure ol.children,
.profiler-log-view ol.children {
- padding-left: 12px;
+ margin-left: -14px;
+ padding-left: 22px;
}
.layer-tree.outline-disclosure li,
.profiler-log-view li {
margin-top: 0;
margin-bottom: 0;
- padding: 1 1 1 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
-.timeline-paint-profiler-view .outline-disclosure ol.children {
- padding-left: 12px;
-}
-
.layer-tree.outline-disclosure .dimmed {
opacity: 0.6;
}
@@ -853,6 +849,22 @@
font-size: 10px;
}
+.profiler-log-view.outline-disclosure,
+.layer-tree.outline-disclosure {
+ font-size: 12px;
+ line-height: 14px;
+}
+
+.profiler-log-view.outline-disclosure li .selection,
+.layer-tree.outline-disclosure li .selection {
+ height: 14px;
+}
+
+.profiler-log-view.outline-disclosure li.parent::before,
+.layer-tree.outline-disclosure li.parent::before {
+ top: 1px;
+}
+
.paint-profiler-canvas-container canvas {
z-index: 200;
background-color: white;
@@ -877,6 +889,7 @@
.profiler-log-view.section .properties {
display: block;
+ padding-right: 0px !important;
}
.paint-profiler-image-view {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698