diff options
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 | ||