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

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

Issue 670503002: Timeline: add layer details view (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 | « Source/devtools/front_end/timeline/module.json ('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/timelinePanel.css
diff --git a/Source/devtools/front_end/timelinePanel.css b/Source/devtools/front_end/timelinePanel.css
index b90fbacf92830cabc03a37a9fb9700fac23720fa..b12c227f20a580232afb42f6440649a3a9014167 100644
--- a/Source/devtools/front_end/timelinePanel.css
+++ b/Source/devtools/front_end/timelinePanel.css
@@ -785,6 +785,11 @@
flex: 1 1;
}
+.transform-control-panel {
+ white-space: nowrap;
+ flex: none;
+}
+
.transform-control-panel .status-bar-item > .glyph {
-webkit-mask-image: url(Images/transformControls.png);
-webkit-mask-size: 96px 24px;
@@ -882,3 +887,10 @@
border: solid 1px black;
-webkit-transform-origin: 0px 0px;
}
+
+.layer-details-view ul {
+ list-style: none;
+ -webkit-padding-start: 0;
+ -webkit-margin-before: 0;
+ -webkit-margin-after: 0;
+}
« no previous file with comments | « Source/devtools/front_end/timeline/module.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698