diff options
author | Jose Antonio Marquez | 2012-02-09 23:42:04 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-09 23:42:04 -0800 |
commit | fbe830fabe497d01f4f2eaddb867161a8187c101 (patch) | |
tree | f5a5e8a45e0108996de33547194605648f3b068a /js/io/system | |
parent | e8f7453c2b70960c63f81b5ec81d8e642a609900 (diff) | |
download | ninja-fbe830fabe497d01f4f2eaddb867161a8187c101.tar.gz |
Adding download cloud app UI
Diffstat (limited to 'js/io/system')
-rwxr-xr-x | js/io/system/coreioapi.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/io/system/coreioapi.js b/js/io/system/coreioapi.js index f62133ac..b19f1e70 100755 --- a/js/io/system/coreioapi.js +++ b/js/io/system/coreioapi.js | |||
@@ -323,7 +323,7 @@ window.hack = function (name, type) { | |||
323 | // | 323 | // |
324 | this._cloudDialogComponents.dialog.element.style.opacity = 1; | 324 | this._cloudDialogComponents.dialog.element.style.opacity = 1; |
325 | this._cloudDialogComponents.popup.element.style.opacity = 1; | 325 | this._cloudDialogComponents.popup.element.style.opacity = 1; |
326 | this._cloudDialogComponents.popup.element.style.margin = '-100px 0px 0px -190px'; | 326 | this._cloudDialogComponents.popup.element.style.margin = '-170px 0px 0px -190px'; |
327 | } | 327 | } |
328 | } | 328 | } |
329 | }, | 329 | }, |