zoom button now has same distance to left and right buttons

This commit is contained in:
DennisSchiefer 2012-06-13 07:07:31 +01:00
parent 5923d034c9
commit 8677f15d47
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ OSRM.Localization["fi"] = {
"GUI_RESET": "Tyhjennä",
"GUI_ZOOM": "Zoom reitillä",
"GUI_SEARCH": "Etsi",
"GUI_REVERSE": "Käänteinen reitti",
"GUI_REVERSE": "Käänteinen reitti",
"GUI_START_TOOLTIP": "Syötä lähtöpaikka",
"GUI_END_TOOLTIP": "Syötä määränpää",
"GUI_LEGAL_NOTICE": "GUI2 v"+OSRM.VERSION+" "+OSRM.DATE+" - OSRM hosting by <a href='http://algo2.iti.kit.edu/'>KIT</a> - Geocoder by <a href='http://www.osm.org/'>OSM</a>",

View File

@ -185,7 +185,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
<!-- action buttons -->
<div class="full">
<div class="left"><a class="button" id="gui-reset">Reset</a></div>
<div class="center"><a class="button-inactive" id="gui-zoom">Reset</a></div>
<div class="center full"><a class="button-inactive" id="gui-zoom">Reset</a></div>
<div class="right"><a class="button" id="gui-reverse">Reverse</a></div>
</div>
</div>