[ContactsExchanger] updated ContactsExchanger sources 2.2_release
authorPiotr Dabrowski <p.dabrowski2@samsung.com>
Tue, 16 Jul 2013 08:13:30 +0000 (10:13 +0200)
committerPiotr Dabrowski <p.dabrowski2@samsung.com>
Tue, 16 Jul 2013 08:13:30 +0000 (10:13 +0200)
Change-Id: I9959f07b2153870712e40fc61c29f9ab99f59257

css/style.css
js/app.ui.js

index 2d983d8..0f5e70a 100644 (file)
@@ -40,6 +40,7 @@
 
 #waitingBox {
        display: none;
+       height: auto;
 }
 
 .gap {
index ae74334..971268c 100644 (file)
@@ -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 () {