diff options
author | Jose Antonio Marquez | 2012-05-07 10:38:04 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-05-07 10:38:04 -0700 |
commit | 5293ede5f3493900df93da33197416d853f8d907 (patch) | |
tree | 3155deaea5616fa09fc96c84567419fec5f288a2 /js/io | |
parent | 9c0bda09a502472768f6dd5090a882d11be58d23 (diff) | |
parent | 30e837ade2da7cb20caf7c5a69faf0888736bb9a (diff) | |
download | ninja-5293ede5f3493900df93da33197416d853f8d907.tar.gz |
Merge branch 'refs/heads/Ninja-DOM-Architecture' into Document
Diffstat (limited to 'js/io')
-rwxr-xr-x | js/io/templates/files/html.txt | 4 | ||||
-rwxr-xr-x | js/io/ui/cloudpopup.reel/cloudpopup.html | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/js/io/templates/files/html.txt b/js/io/templates/files/html.txt index 15641348..4e42267e 100755 --- a/js/io/templates/files/html.txt +++ b/js/io/templates/files/html.txt | |||
@@ -9,6 +9,10 @@ | |||
9 | <meta name="generator" content="Motorola Mobility Ninja"> | 9 | <meta name="generator" content="Motorola Mobility Ninja"> |
10 | 10 | ||
11 | <style type="text/css"> | 11 | <style type="text/css"> |
12 | html, body { | ||
13 | width: 100%; | ||
14 | height: 100%; | ||
15 | } | ||
12 | </style> | 16 | </style> |
13 | 17 | ||
14 | </head> | 18 | </head> |
diff --git a/js/io/ui/cloudpopup.reel/cloudpopup.html b/js/io/ui/cloudpopup.reel/cloudpopup.html index a75266a3..753597e7 100755 --- a/js/io/ui/cloudpopup.reel/cloudpopup.html +++ b/js/io/ui/cloudpopup.reel/cloudpopup.html | |||
@@ -28,7 +28,7 @@ | |||
28 | 28 | ||
29 | <body> | 29 | <body> |
30 | 30 | ||
31 | <div id="cloud_popup" class="cloud_popup"> | 31 | <div data-montage-id="cloud_popup" class="cloud_popup"> |
32 | <div class="content"> | 32 | <div class="content"> |
33 | 33 | ||
34 | <h3>Cloud Service Dialog</h3> | 34 | <h3>Cloud Service Dialog</h3> |