mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-04 06:51:48 +01:00
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:
parent
92f1487143
commit
91ca247f4d
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue