Browse Source

loadingIcon

Artur Adib 13 years ago
parent
commit
e954a6236f
  1. 10
      web/viewer.css

10
web/viewer.css

@ -494,6 +494,16 @@ canvas {
-webkit-box-shadow: 0px 2px 10px #ff0; -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 { #loadingBox {
margin: 100px 0; margin: 100px 0;
text-align: center; text-align: center;

Loading…
Cancel
Save