Skip to content
Snippets Groups Projects
Commit f92dec31 authored by Husnulzaki Wibisono Haryadi's avatar Husnulzaki Wibisono Haryadi
Browse files

Fix next button on select_destination

parent 4e06a227
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
......@@ -92,7 +92,9 @@ div.step_name {
height: 20px;
}
.content input[type=submit]#loc_button {
.content #loc_button {
text-align: center;
vertical-align: middle;
position: absolute;
margin: 10px;
left: 45%;
......
......@@ -79,7 +79,7 @@
<span class="loc_form_label">Preferred driver</span>
<input type="text" name="preferred_driver" placeholder="(optional)">
</div>
<div class="button green" onclick="checkValidity();">
<div class="button green" id="loc_button" onclick="checkValidity();">
Next
</div>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment