diff options
author | Eric Guzman | 2012-06-15 18:34:22 -0700 |
---|---|---|
committer | Eric Guzman | 2012-06-15 18:34:22 -0700 |
commit | c144c6921d42fe96c18045b1c2a9822a467b1253 (patch) | |
tree | 5bbabc73e96e3d4aad5e19044f40408b3fa63b72 /js/stage/binding-view.reel/binding-view.css | |
parent | 057afac9e7b99a3c4339003cca19ec3962d5fa13 (diff) | |
download | ninja-c144c6921d42fe96c18045b1c2a9822a467b1253.tar.gz |
Objects Tray - Moved to stage object from binding view
Diffstat (limited to 'js/stage/binding-view.reel/binding-view.css')
-rwxr-xr-x | js/stage/binding-view.reel/binding-view.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/js/stage/binding-view.reel/binding-view.css b/js/stage/binding-view.reel/binding-view.css index a08def8a..37bc8318 100755 --- a/js/stage/binding-view.reel/binding-view.css +++ b/js/stage/binding-view.reel/binding-view.css | |||
@@ -5,7 +5,6 @@ | |||
5 | </copyright> */ | 5 | </copyright> */ |
6 | 6 | ||
7 | .bindingView { | 7 | .bindingView { |
8 | height: 100%; | ||
9 | position: absolute; | 8 | position: absolute; |
10 | width:100%; | 9 | width:100%; |
11 | z-index: 12; | 10 | z-index: 12; |
@@ -24,13 +23,3 @@ | |||
24 | z-index: 1; | 23 | z-index: 1; |
25 | } | 24 | } |
26 | 25 | ||
27 | .objects-tray-container { | ||
28 | bottom: 11px; | ||
29 | position: absolute; | ||
30 | width: 100%; | ||
31 | display: -webkit-box; | ||
32 | -webkit-box-orient: horizontal; | ||
33 | -webkit-box-pack: center; | ||
34 | -webkit-box-align: center; | ||
35 | z-index: 2; | ||
36 | } \ No newline at end of file | ||