fix next button width
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
Područje na mapi će biti uključeno u pretragu. Namjestite mapu na ulice
|
Područje na mapi će biti uključeno u pretragu. Namjestite mapu na ulice
|
||||||
koje želite da budu vidljive.
|
koje želite da budu vidljive.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row center-align">
|
<div class="row center-align">
|
||||||
<div class="col s9 m10 l11 xl11">
|
<div class="col s9 m10 l11 xl11">
|
||||||
<input id="autocompleteInput" placeholder="Lokacija..." type="text" />
|
<input id="autocompleteInput" placeholder="Lokacija..." type="text" />
|
||||||
@@ -10,13 +11,15 @@
|
|||||||
<a id="locateMe" class="btn-floating waves-effect waves-light"><i class="material-icons right">gps_fixed</i></a>
|
<a id="locateMe" class="btn-floating waves-effect waves-light"><i class="material-icons right">gps_fixed</i></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row center-align">
|
<div class="row center-align">
|
||||||
<div class="col s12">
|
<div class="col s12">
|
||||||
<div id="map"></div>
|
<div id="map"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br/>
|
|
||||||
</div>
|
<br>
|
||||||
|
|
||||||
<form method="POST" id="form-map-output">
|
<form method="POST" id="form-map-output">
|
||||||
<div class="row center-align">
|
<div class="row center-align">
|
||||||
<div class="col s6 push-s3">
|
<div class="col s6 push-s3">
|
||||||
@@ -30,6 +33,7 @@
|
|||||||
<input type="hidden" name="locationInput" id="locationInput" />
|
<input type="hidden" name="locationInput" id="locationInput" />
|
||||||
<input type="hidden" name="locationInputData" id="locationInputData" />
|
<input type="hidden" name="locationInputData" id="locationInputData" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
let autocomplete;
|
let autocomplete;
|
||||||
let map;
|
let map;
|
||||||
@@ -124,4 +128,3 @@
|
|||||||
</script>
|
</script>
|
||||||
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAna8ohfV2HBMcxGk_29vqxU5Z_bDickqg&language=bs&libraries=places&callback=initMap" async
|
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAna8ohfV2HBMcxGk_29vqxU5Z_bDickqg&language=bs&libraries=places&callback=initMap" async
|
||||||
defer></script>
|
defer></script>
|
||||||
</div>
|
|
||||||
|
|||||||
@@ -7,10 +7,8 @@
|
|||||||
<div> Na vaš email. </div>
|
<div> Na vaš email. </div>
|
||||||
<div> BESPLATNO </div>
|
<div> BESPLATNO </div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row center-align">
|
||||||
<div class="col s6 push-s3">
|
<div class="col s6 push-s3">
|
||||||
<a href="<%= nextStep %>" class="welcome-center-button waves-effect waves-light btn">
|
<a href="<%= nextStep %>" class="welcome-center-button waves-effect waves-light btn">Javi mi</a>
|
||||||
Javi mi
|
</div>
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user