]> git.parisson.com Git - pdf.js.git/commitdiff
loadingIcon
authorArtur Adib <arturadib@gmail.com>
Fri, 13 Apr 2012 15:17:35 +0000 (08:17 -0700)
committerArtur Adib <arturadib@gmail.com>
Fri, 13 Apr 2012 15:17:35 +0000 (08:17 -0700)
web/viewer.css

index 8f40141392f980a9a122815f0e288d165612fd4e..a9315c9833f0e7f1c645edb050c71a368a2252a2 100644 (file)
@@ -494,6 +494,16 @@ canvas {
   -webkit-box-shadow: 0px 2px 10px #ff0;
 }
 
+.loadingIcon {
+  position: absolute;
+  display: block;
+  left: 0;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  background: url('images/loading-icon.gif') center no-repeat;
+}
+
 #loadingBox {
   margin: 100px 0;
   text-align: center;