From e954a6236f855465f71e3910dd047d2fa36294b4 Mon Sep 17 00:00:00 2001 From: Artur Adib Date: Fri, 13 Apr 2012 08:17:35 -0700 Subject: [PATCH] loadingIcon --- web/viewer.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/web/viewer.css b/web/viewer.css index 8f4014139..a9315c983 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -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;