Moved the first "next" button of the booking page to the right side of the wizard

This commit is contained in:
Alex Tselegidis 2020-10-19 19:43:22 +03:00
parent 93dce95c51
commit 5e6476c0f5
2 changed files with 3 additions and 1 deletions

View File

@ -185,6 +185,8 @@
</div>
<div class="command-buttons">
<span>&nbsp;</span>
<button type="button" id="button-next-1" class="btn button-next btn-dark"
data-step_index="1">
<?= lang('next') ?>

View File

@ -127,7 +127,7 @@ body {
#book-appointment-wizard .wizard-frame .command-buttons #button-next-1 {
width: 100%;
max-width: 150px;
margin: auto;
/*margin: auto;*/
}
#book-appointment-wizard .book-step {