make sure to actually update the selected map style in the selector
[lantea.git] / index.html
index 3a17444a1b61845df91f06d6a8657a74850bd020..1954af329d6f7d33b16fd3febe65180e487c0af3 100644 (file)
@@ -19,7 +19,7 @@
 <h1>Lantea Map</h1>
 
 <div id="menuArea" class="overlayArea">
-<input type="button" id="trackButton" value="Track"
+<image src="style/track.svg" id="trackButton" value="Track"
        onclick="toggleTrackArea();"><br/>
 <fieldset id="trackArea"><legend>Track</legend>
 <p id="trackData"><span id="trackLength">0</span> km,
@@ -39,7 +39,7 @@
        onchange="setCentering(this);">
 <label for="centerCheckbox">Center Map</label><br/>
 </fieldset>
-<input type="button" id="settingsButton" value="Settings"
+<image src="style/settings.svg" id="settingsButton" alt="Settings"
        onclick="toggleSettings();"><br/>
 <fieldset id="settingsArea"><legend>Settings</legend>
 <label for="mapSelector">Map style:</label>
@@ -63,9 +63,9 @@
 
 <div id="zoomArea" class="overlayArea">
 <input type="button" id="zoomInButton" value="+"
-       onclick="zoomIn();"><br/>
-<span id="zoomLevel">Z</span><br/>
-<input type="button" id="zoomOutButton" value="-"
+       onclick="zoomIn();">
+<p id="zoomLevel">Z</p>
+<input type="button" id="zoomOutButton" value="&minus;"
        onclick="zoomOut();">
 </div>