From 151b895d743b7e662fdb13c83051a3127fc952de Mon Sep 17 00:00:00 2001 From: Jonathan Duran Date: Mon, 6 Feb 2012 21:01:39 -0800 Subject: Fix Timeline height so it appears correctly on load Signed-off-by: Jonathan Duran --- _scss/imports/scss/_MainWindow.scss | 2 +- css/ninja.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_scss/imports/scss/_MainWindow.scss b/_scss/imports/scss/_MainWindow.scss index 23ace69b..99028b2a 100644 --- a/_scss/imports/scss/_MainWindow.scss +++ b/_scss/imports/scss/_MainWindow.scss @@ -85,7 +85,7 @@ #bottomPanelContainer { //border: 1px solid #333; background: transparent; - + height: 150px; min-height:80px; max-height:50%; overflow:auto; diff --git a/css/ninja.css b/css/ninja.css index d013d9b5..6a503373 100644 --- a/css/ninja.css +++ b/css/ninja.css @@ -80,7 +80,7 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co #topPanelContainer { overflow: hidden; margin-bottom: 2px; height: 32px; } -#bottomPanelContainer { background: transparent; min-height: 80px; max-height: 50%; overflow: auto; } +#bottomPanelContainer { background: transparent; height: 150px; min-height: 80px; max-height: 50%; overflow: auto; } .panelContainer { display: block; -webkit-box-orient: vertical; position: relative; } -- cgit v1.2.3