diff options
Diffstat (limited to 'css/ninja.css')
-rw-r--r-- | css/ninja.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/ninja.css b/css/ninja.css index ba434f42..5a25cc84 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 | ||
@@ -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 | ||