aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel/scss/Layer.scss
diff options
context:
space:
mode:
authorJonathan Duran2012-05-10 10:44:18 -0700
committerJonathan Duran2012-05-10 10:44:18 -0700
commit48a0d3a091602d4d04b0b529b780261f0d2ebc1d (patch)
tree5225336ae44fc2c50fe20ce7ed7999c35a596876 /js/panels/Timeline/Layer.reel/scss/Layer.scss
parentb42e5dc5922fb427b9edc7af60e9fa4a5dfcbe0e (diff)
downloadninja-48a0d3a091602d4d04b0b529b780261f0d2ebc1d.tar.gz
Timeline: Bug fix: tweens now hide when their container collapses.
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/Layer.reel/scss/Layer.scss')
-rw-r--r--js/panels/Timeline/Layer.reel/scss/Layer.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/panels/Timeline/Layer.reel/scss/Layer.scss b/js/panels/Timeline/Layer.reel/scss/Layer.scss
index 8e5e50db..a407c9dc 100644
--- a/js/panels/Timeline/Layer.reel/scss/Layer.scss
+++ b/js/panels/Timeline/Layer.reel/scss/Layer.scss
@@ -196,6 +196,9 @@
196 top: 3px; 196 top: 3px;
197 right: 31px; 197 right: 31px;
198} 198}
199.timeline-track .collapsible-content {
200 position: relative;
201}
199.collapsible-content .layout-table { 202.collapsible-content .layout-table {
200 width: 99.9%; 203 width: 99.9%;
201} 204}