diff --git a/attachments/pages/index.html b/attachments/pages/index.html
index 7c180409..b300ae3d 100755
--- a/attachments/pages/index.html
+++ b/attachments/pages/index.html
@@ -32,7 +32,6 @@
-
@@ -41,6 +40,11 @@
Loading...
+
+
+

+ Loading...
+
diff --git a/attachments/script/recline.js b/attachments/script/recline.js
index 7b312bfe..06b9853f 100755
--- a/attachments/script/recline.js
+++ b/attachments/script/recline.js
@@ -192,8 +192,8 @@ var recline = function() {
function initializeTable(offset) {
$('.large-loader').show();
couch.request({url: app.baseURL + 'api/headers'}).then(function ( headers ) {
+ $('.large-loader').hide();
getDbInfo().then(function(dbInfo) {
- $('.large-loader').hide();
updateDocCount(dbInfo.doc_count);
});
app.headers = headers;
diff --git a/attachments/style/style.css b/attachments/style/style.css
index ff9cfea9..d827a16d 100755
--- a/attachments/style/style.css
+++ b/attachments/style/style.css
@@ -42,7 +42,7 @@ a.button:hover span.icon.loading { background-image: url(images/loader-blue.gif)
#couchLogo {float: left; margin-right: 5px; margin-top: 3px}
.chosen {border: 1px solid green}
.info { padding: 0px 0px 10px 0px}
-.large-loader { position: absolute; top: 200px; left: 50%; z-index: 666;}
+.large-loader { position: relative; }
.menu-overlay {
position: fixed;
top: 0;