aboutsummaryrefslogtreecommitdiff
path: root/css/ninja.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/ninja.css')
-rw-r--r--css/ninja.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/ninja.css b/css/ninja.css
index d81ea5b1..26031a3a 100644
--- a/css/ninja.css
+++ b/css/ninja.css
@@ -80,7 +80,7 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co
80 80
81#topPanelContainer { overflow: hidden; margin-bottom: 2px; height: 32px; } 81#topPanelContainer { overflow: hidden; margin-bottom: 2px; height: 32px; }
82 82
83#bottomPanelContainer { background: transparent; min-height: 80px; max-height: 50%; overflow: auto; } 83#bottomPanelContainer { background: transparent; height: 150px; min-height: 80px; max-height: 50%; overflow: auto; }
84 84
85.panelContainer { display: block; -webkit-box-orient: vertical; position: relative; } 85.panelContainer { display: block; -webkit-box-orient: vertical; position: relative; }
86 86
@@ -234,7 +234,7 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co
234 234
235#toolPropertiesPanel { height: 32px; margin: 0px; } 235#toolPropertiesPanel { height: 32px; margin: 0px; }
236 236
237#timelinePanel { height: 116px; } 237#timelinePanel { height: 100%; }
238 238
239.treeComponent { -webkit-user-select: none; font-size: 11px; margin-left: 20px; cursor: default; color: white; } 239.treeComponent { -webkit-user-select: none; font-size: 11px; margin-left: 20px; cursor: default; color: white; }
240 240