Fixes #710. Applied patch from Hans changing some fixed image paths to relative paths.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@844 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lrbalt 2008-05-12 18:21:32 +00:00
parent 92f1487143
commit 91ca247f4d

View file

@ -1042,28 +1042,28 @@ button.positive, .widgets a.positive{
color:#fff;
}
.tracks__waiting {
background-image:url('/images/waiting.gif');
background-image:url('../images/waiting.gif');
background-repeat:no-repeat;
background-position:center center;
background-color:white;
}
.bigWaiting {
background-image:url('/images/bigWaiting.gif');
background-image:url('../images/bigWaiting.gif');
background-repeat:no-repeat;
background-position:center 20%;
background-color:white;
}
.blackWaiting {
background-image:url('/images/blackWaiting.gif');
background-image:url('../images/blackWaiting.gif');
background-repeat:no-repeat;
background-position:center center;
background-color:black;
}
.bigBlackWaiting {
background-image:url('/images/bigBlackWaiting.gif');
background-image:url('../images/bigBlackWaiting.gif');
background-repeat:no-repeat;
background-position:center center;
background-color:black;