diff options
author | Armen Kesablyan | 2012-05-30 15:30:38 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-05-30 15:30:38 -0700 |
commit | a581fb3c544ee2faeafbb75f7a3f5719f53cf323 (patch) | |
tree | c0c1c8354a9422a52f8bf322a56c94cf9a8ba526 /js/stage/binding-view.reel/binding-view.css | |
parent | 81239571c538f72e398fafa5b07725bf1bbb2d5d (diff) | |
download | ninja-a581fb3c544ee2faeafbb75f7a3f5719f53cf323.tar.gz |
Visual Bindings Initial generate from Array.
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/stage/binding-view.reel/binding-view.css')
-rwxr-xr-x | js/stage/binding-view.reel/binding-view.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/js/stage/binding-view.reel/binding-view.css b/js/stage/binding-view.reel/binding-view.css index 018448f1..4fa7e10c 100755 --- a/js/stage/binding-view.reel/binding-view.css +++ b/js/stage/binding-view.reel/binding-view.css | |||
@@ -3,3 +3,10 @@ | |||
3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | 3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> |
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | 4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. |
5 | </copyright> */ | 5 | </copyright> */ |
6 | |||
7 | .bindingView { | ||
8 | position: absolute; | ||
9 | width:100%; | ||
10 | height:100%; | ||
11 | z-index: 2; | ||
12 | } \ No newline at end of file | ||