many improvements

* draw single images
* integrate load overlay properly
* preload:ready event
This commit is contained in:
Bala Clark 2015-07-19 00:16:22 +02:00
parent d8cbdc709d
commit 78e5fcd049
10 changed files with 363 additions and 115 deletions

View file

@ -49,6 +49,11 @@ body:not(.mobile) .navigate:hover {
opacity: 0.8;
background: #000 url("img/loading.gif") no-repeat center;
box-shadow: none;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
#cb-status {