mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-23 18:50:12 +01:00
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:
parent
95962c98cc
commit
5fa50512ce
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ Protoload = {
|
||||||
if (typeof element == 'string')
|
if (typeof element == 'string')
|
||||||
element = document.getElementById(element);
|
element = document.getElementById(element);
|
||||||
if (className == undefined)
|
if (className == undefined)
|
||||||
className = 'waiting';
|
className = 'tracks__waiting';
|
||||||
if (timeUntilShow == undefined)
|
if (timeUntilShow == undefined)
|
||||||
timeUntilShow = Protoload.timeUntilShow;
|
timeUntilShow = Protoload.timeUntilShow;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1040,7 +1040,7 @@ button.positive, .widgets a.positive{
|
||||||
border:1px solid #d12f19;
|
border:1px solid #d12f19;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
}
|
}
|
||||||
.waiting {
|
.tracks__waiting {
|
||||||
background-image:url('/images/waiting.gif');
|
background-image:url('/images/waiting.gif');
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-position:center center;
|
background-position:center center;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue