diff options
author | Valerio Virgillito | 2012-02-24 13:25:01 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-24 13:25:01 -0800 |
commit | ecbada601290456e63233968ad8794869c4880b1 (patch) | |
tree | 36e4ab95573e1e92a98daea5e11b29640846ebaa | |
parent | 60845326f5313b7e34f0ad8d9815bc6605ed4c18 (diff) | |
download | ninja-ecbada601290456e63233968ad8794869c4880b1.tar.gz |
fixing the right panel disappearing when collapsed and re-enabled
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
-rwxr-xr-x | css/ninja.css | 2 | ||||
-rwxr-xr-x | scss/imports/scss/_MainWindow.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/css/ninja.css b/css/ninja.css index f085f6be..7baf4204 100755 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -82,7 +82,7 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co | |||
82 | 82 | ||
83 | #bottomPanelContainer { background: transparent; height: 150px; 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: -webkit-box; -webkit-box-orient: vertical; position: relative; } |
86 | 86 | ||
87 | #leftPanelContainer { width: 40px; -webkit-box-align: stretch; -webkit-box-sizing: border-box; margin-left: 2px; } | 87 | #leftPanelContainer { width: 40px; -webkit-box-align: stretch; -webkit-box-sizing: border-box; margin-left: 2px; } |
88 | 88 | ||
diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss index 97344b1e..4c1ed592 100755 --- a/scss/imports/scss/_MainWindow.scss +++ b/scss/imports/scss/_MainWindow.scss | |||
@@ -93,7 +93,7 @@ | |||
93 | } | 93 | } |
94 | 94 | ||
95 | .panelContainer { | 95 | .panelContainer { |
96 | display:block; | 96 | display: -webkit-box; |
97 | -webkit-box-orient: vertical; | 97 | -webkit-box-orient: vertical; |
98 | position:relative; | 98 | position:relative; |
99 | } | 99 | } |