readjusting label positions

This commit is contained in:
Micho 2013-05-23 17:39:05 +02:00
parent d65cf55bc7
commit f54c020692
1 changed files with 7 additions and 7 deletions

View File

@ -160,13 +160,13 @@
<div id="container">
<img id="map" src="map.png" width="950" height="490">
<canvas id="canvas" width="950" height="490"></canvas>
<div class="label" style="left:110px;top:225px;width:160px" id="stage1"></div>
<div class="label" style="left:506px;top: 20px;width:90px;height:50px" id="stage2"></div>
<div class="label" style="left:160px;top:342px" id="stage3"></div>
<div class="label" style="left:370px;top:342px" id="stage4"></div>
<div class="label" style="left:540px;top:342px" id="stage5"></div>
<div class="label" style="left:710px;top:342px" id="stage6"></div>
<div class="label" style="left:710px;top:410px" id="stage7"></div>
<div class="label" id="stage1" style="left:105px; top:225px; width:160px"></div>
<div class="label" id="stage2" style="left:490px; top: 20px; width: 90px; height:46px"></div>
<div class="label" id="stage3" style="left:160px; top:342px; width:140px"></div>
<div class="label" id="stage4" style="left:360px; top:342px; width:140px"></div>
<div class="label" id="stage5" style="left:530px; top:342px; width:140px"></div>
<div class="label" id="stage6" style="left:700px; top:342px; width:140px"></div>
<div class="label" id="stage7" style="left:700px; top:410px; width:140px"></div>
</div>
<div id="statistics"></div>
<div id="timer"></div>