aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Duran2012-02-06 13:47:13 -0800
committerJonathan Duran2012-02-06 13:47:13 -0800
commitbda8dd9fcbf98cfd7c93d48565f0d6c74e392a62 (patch)
treebbf1ed01480a52bff06d7d91d456b8f4adbd63d3
parent97d73b6f2e7fd4fbd8316632b5cd7c8692178be6 (diff)
downloadninja-bda8dd9fcbf98cfd7c93d48565f0d6c74e392a62.tar.gz
CSS for timeline
Signed-off-by: Jonathan Duran <jduran@motorola.com>
-rw-r--r--_scss/imports/scss/_PanelUI.scss2
-rw-r--r--css/ninja.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/_scss/imports/scss/_PanelUI.scss b/_scss/imports/scss/_PanelUI.scss
index 21ada556..b029ae96 100644
--- a/_scss/imports/scss/_PanelUI.scss
+++ b/_scss/imports/scss/_PanelUI.scss
@@ -98,7 +98,7 @@
98} 98}
99 99
100#timelinePanel { 100#timelinePanel {
101 height: 116px; 101 height: 100%;
102} 102}
103 103
104// Only used by Animation Presets Panel currently 104// Only used by Animation Presets Panel currently
diff --git a/css/ninja.css b/css/ninja.css
index 8ce60a10..d013d9b5 100644
--- a/css/ninja.css
+++ b/css/ninja.css
@@ -236,7 +236,7 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co
236 236
237#toolPropertiesPanel { height: 32px; margin: 0px; } 237#toolPropertiesPanel { height: 32px; margin: 0px; }
238 238
239#timelinePanel { height: 116px; } 239#timelinePanel { height: 100%; }
240 240
241.treeComponent { -webkit-user-select: none; font-size: 11px; margin-left: 20px; cursor: default; color: white; } 241.treeComponent { -webkit-user-select: none; font-size: 11px; margin-left: 20px; cursor: default; color: white; }
242 242