Changing info_footer to info_settings.

Location from footer to top right hand corner.

	modified:   public_html/gmap.html
	modified:   public_html/script.js
	modified:   public_html/style.css
This commit is contained in:
terribl 2013-05-21 09:47:58 +03:00
parent 9e8c1053bd
commit 2d1325f014
3 changed files with 15 additions and 22 deletions
public_html

View file

@ -18,7 +18,7 @@
<p id="selinfo">Click on a plane for info.</p>
<div id="tabinfo"></div>
</div>
<div id="info_footer"><a href="#" onClick="resetMap();">Reset Map</a></div>
<div id="info_settings">[<a href="#" onClick="#resetMap();">Settings</a>]</div>
</div>
</body>
</html>