diff --git a/css/order.css b/css/order.css index a8b6898b0da9419c594f16d7d259ba8dd6db4e67..93f724360ba46c098592309765fa6c1ab86a4cda 100755 --- a/css/order.css +++ b/css/order.css @@ -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%; diff --git a/order/select_location.php b/order/select_location.php index b4048b2a410a3b72a447946876d56958c0cc294e..96728cce2026052125ff15b14e373a31e14ee949 100644 --- a/order/select_location.php +++ b/order/select_location.php @@ -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>