Waiting spinner now does not appear incorrectly. Fixes #616.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@676 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lukemelia 2007-12-07 15:39:38 +00:00
parent 95962c98cc
commit 5fa50512ce
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ Protoload = {
if (typeof element == 'string')
element = document.getElementById(element);
if (className == undefined)
className = 'waiting';
className = 'tracks__waiting';
if (timeUntilShow == undefined)
timeUntilShow = Protoload.timeUntilShow;

View file

@ -1040,7 +1040,7 @@ button.positive, .widgets a.positive{
border:1px solid #d12f19;
color:#fff;
}
.waiting {
.tracks__waiting {
background-image:url('/images/waiting.gif');
background-repeat:no-repeat;
background-position:center center;