mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-05 08:48:50 +01:00
Rebuild packaged css and js to include changes in [676].
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@678 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
b2526926a5
commit
8ba75f3bc9
2 changed files with 2 additions and 2 deletions
|
|
@ -717,7 +717,7 @@ function Mix(c1,c2){var i,step1,step2,x,y,r=new Array(3);if(c1.length==4)step1=1
|
|||
return("#"+r[0]+r[1]+r[2]);}
|
||||
Protoload={timeUntilShow:250,opacity:0.8,startWaiting:function(element,className,timeUntilShow){if(typeof element=='string')
|
||||
element=document.getElementById(element);if(className==undefined)
|
||||
className='waiting';if(timeUntilShow==undefined)
|
||||
className='tracks__waiting';if(timeUntilShow==undefined)
|
||||
timeUntilShow=Protoload.timeUntilShow;element._waiting=true;if(!element._loading){var e=document.createElement('div');(element.offsetParent||document.body).appendChild(element._loading=e);e.style.position='absolute';try{e.style.opacity=Protoload.opacity;}catch(e){}
|
||||
try{e.style.MozOpacity=Protoload.opacity;}catch(e){}
|
||||
try{e.style.filter='alpha(opacity='+Math.round(Protoload.opacity*100)+')';}catch(e){}
|
||||
|
|
@ -194,7 +194,7 @@ button.positive, .widgets a.positive{ color: #498111}
|
|||
.widgets a.negative, button.negative{ color:#d12f19}
|
||||
.widgets a.negative:hover, button.negative:hover{ background:#fbe3e4; border:1px solid #fbc2c4; color:#d12f19}
|
||||
.widgets a.negative:active{ background-color:#d12f19; border:1px solid #d12f19; color:#fff}
|
||||
.waiting {background-image:url('/images/waiting.gif'); background-repeat:no-repeat; background-position:center center; background-color:white}
|
||||
.tracks__waiting {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-repeat:no-repeat; background-position:center 20%; background-color:white}
|
||||
.blackWaiting {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-repeat:no-repeat; background-position:center center; background-color:black}
|
||||
Loading…
Add table
Add a link
Reference in a new issue