diff options
author | Armen Kesablyan | 2012-03-29 14:06:22 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-03-29 14:06:22 -0700 |
commit | bff711520b7d21cfffe07c7a14fe8870243ba796 (patch) | |
tree | d0af9b5576ee47f9b5bc075144de09da458a7c6a /css | |
parent | 01211be8e96360dcccdc421e5cb19c7708f5dfdd (diff) | |
download | ninja-bff711520b7d21cfffe07c7a14fe8870243ba796.tar.gz |
Resizing Bugs
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'css')
-rwxr-xr-x | css/ninja.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/ninja.css b/css/ninja.css index 605951e4..c4015a21 100755 --- 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 | .timelinePanel { background: transparent; height: 150px; min-height: 46px; max-height: 50%; overflow: auto; } | 83 | .timelinePanel { background: transparent; height: 150px; min-height: 46px; max-height: 50%; overflow: auto; -webkit-transition: all 0.15s linear; } |
84 | 84 | ||
85 | .panelContainer { display: -webkit-box; -webkit-box-orient: vertical; position: relative; } | 85 | .panelContainer { display: -webkit-box; -webkit-box-orient: vertical; position: relative; } |
86 | 86 | ||