From 39f0161633b24fe1d2f836a673eee214530a73db Mon Sep 17 00:00:00 2001 From: Piotr Dabrowski Date: Tue, 16 Jul 2013 10:13:30 +0200 Subject: [PATCH] [ContactsExchanger] updated ContactsExchanger sources Change-Id: I9959f07b2153870712e40fc61c29f9ab99f59257 --- css/style.css | 1 + js/app.ui.js | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 2d983d8..0f5e70a 100644 --- a/css/style.css +++ b/css/style.css @@ -40,6 +40,7 @@ #waitingBox { display: none; + height: auto; } .gap { diff --git a/js/app.ui.js b/js/app.ui.js index ae74334..971268c 100644 --- a/js/app.ui.js +++ b/js/app.ui.js @@ -112,7 +112,6 @@ App.Ui = null; $('#content-start').trigger('create'); this.app.countDown(10, $('#counter')); this.verticalCenter($('#waitingBox')); - $('#waitingBox').show(); }, /** @@ -532,6 +531,7 @@ App.Ui = null; if (self.app.started) { self.loadStartPage(); } + self.verticalCenter($('#startBox')); }); $('#start').on('pageshow', function () { @@ -539,7 +539,6 @@ App.Ui = null; if (monit !== '' && monit !== undefined) { self.showPopup(obj.data('monit'), obj); } - self.verticalCenter($('#startBox')); }); $('#start').one('pageshow', function () { -- 2.7.4