diff options
author | Jonathan Duran | 2012-02-06 21:01:39 -0800 |
---|---|---|
committer | Jonathan Duran | 2012-02-06 21:01:39 -0800 |
commit | 151b895d743b7e662fdb13c83051a3127fc952de (patch) | |
tree | b51e52998d4dae6c795a033f94f67a6307ef0aa6 /_scss/imports/scss | |
parent | d34f745c3b3d88679512ca7d9e4112f109cb31d0 (diff) | |
download | ninja-151b895d743b7e662fdb13c83051a3127fc952de.tar.gz |
Fix Timeline height so it appears correctly on load
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to '_scss/imports/scss')
-rw-r--r-- | _scss/imports/scss/_MainWindow.scss | 2 |
1 files changed, 1 insertions, 1 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 @@ | |||
85 | #bottomPanelContainer { | 85 | #bottomPanelContainer { |
86 | //border: 1px solid #333; | 86 | //border: 1px solid #333; |
87 | background: transparent; | 87 | background: transparent; |
88 | 88 | height: 150px; | |
89 | min-height:80px; | 89 | min-height:80px; |
90 | max-height:50%; | 90 | max-height:50%; |
91 | overflow:auto; | 91 | overflow:auto; |