diff options
author | Armen Kesablyan | 2012-06-05 12:55:34 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-06-05 12:55:34 -0700 |
commit | cd089f6692934a68bda7c303928a7c78dd13ac07 (patch) | |
tree | a00ac46c5d64ecb4f2f750a5621489dbde9ac12a /css | |
parent | 31ba58a349ae6b52e927ce4fb666927abf54aaa0 (diff) | |
download | ninja-cd089f6692934a68bda7c303928a7c78dd13ac07.tar.gz |
Changes for binding View
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 34b0b296..8139375d 100755 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -198,7 +198,7 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co | |||
198 | 198 | ||
199 | #iframeContainer { position: absolute; top: 0px; left: 0px; margin: 0px; padding: 0px; width: 100%; height: 100%; overflow: scroll; background: gray; } | 199 | #iframeContainer { position: absolute; top: 0px; left: 0px; margin: 0px; padding: 0px; width: 100%; height: 100%; overflow: scroll; background: gray; } |
200 | 200 | ||
201 | .drawingCanvas { position: absolute; margin: 0px; border: none; padding: 0px; top: 0px; left: 0px; z-index: 6; } | 201 | .drawingCanvas { position: absolute; margin: 0px; border: none; padding: 0px; top: 0px; left: 0px; z-index: 7; } |
202 | 202 | ||
203 | .stageCanvas { position: absolute; margin: 0px; border: none; padding: 0px; top: 0px; left: 0px; z-index: 5; } | 203 | .stageCanvas { position: absolute; margin: 0px; border: none; padding: 0px; top: 0px; left: 0px; z-index: 5; } |
204 | 204 | ||