diff options
author | Nivesh Rajbhandari | 2012-03-24 13:50:46 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-03-24 13:50:46 -0700 |
commit | bda9f8f5829c943486f8850e68c991e83f8fb8c8 (patch) | |
tree | 0c524074cb8f1acb3bff38923e527fb267d9074c /js/document | |
parent | 1b7e627ae290dacec3a242445f3e6c5de302626a (diff) | |
download | ninja-bda9f8f5829c943486f8850e68c991e83f8fb8c8.tar.gz |
Adding logic for flatten checkbox in PI.
This requires minor modifications to both StageController and ComponentController.
Also removing unused global3DSettings CSS.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/document')
-rwxr-xr-x | js/document/templates/montage-html/default_html.css | 5 | ||||
-rwxr-xr-x | js/document/templates/montage-html/index.html | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/js/document/templates/montage-html/default_html.css b/js/document/templates/montage-html/default_html.css index 68300edf..1cdd7114 100755 --- a/js/document/templates/montage-html/default_html.css +++ b/js/document/templates/montage-html/default_html.css | |||
@@ -65,11 +65,6 @@ body | |||
65 | display: none; | 65 | display: none; |
66 | } | 66 | } |
67 | 67 | ||
68 | .global3DSettings { | ||
69 | -webkit-transform-style: preserve-3d; | ||
70 | -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); | ||
71 | } | ||
72 | |||
73 | .elem-red-outline { | 68 | .elem-red-outline { |
74 | outline: red solid thin; | 69 | outline: red solid thin; |
75 | } \ No newline at end of file | 70 | } \ No newline at end of file |
diff --git a/js/document/templates/montage-html/index.html b/js/document/templates/montage-html/index.html index edfab2b0..b3f68030 100755 --- a/js/document/templates/montage-html/index.html +++ b/js/document/templates/montage-html/index.html | |||
@@ -40,7 +40,7 @@ | |||
40 | 40 | ||
41 | <ninja-div id="Viewport" class="stageDimension"> | 41 | <ninja-div id="Viewport" class="stageDimension"> |
42 | 42 | ||
43 | <ninja-div id="UserContent" class="stageView stageDimension global3DSettings"></ninja-div> | 43 | <ninja-div id="UserContent" class="stageView stageDimension"></ninja-div> |
44 | 44 | ||
45 | </ninja-div> | 45 | </ninja-div> |
46 | 46 | ||