forked from mirrors/easyappointments
Moved the first "next" button of the booking page to the right side of the wizard
This commit is contained in:
parent
93dce95c51
commit
5e6476c0f5
2 changed files with 3 additions and 1 deletions
|
@ -185,6 +185,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="command-buttons">
|
<div class="command-buttons">
|
||||||
|
<span> </span>
|
||||||
|
|
||||||
<button type="button" id="button-next-1" class="btn button-next btn-dark"
|
<button type="button" id="button-next-1" class="btn button-next btn-dark"
|
||||||
data-step_index="1">
|
data-step_index="1">
|
||||||
<?= lang('next') ?>
|
<?= lang('next') ?>
|
||||||
|
|
|
@ -127,7 +127,7 @@ body {
|
||||||
#book-appointment-wizard .wizard-frame .command-buttons #button-next-1 {
|
#book-appointment-wizard .wizard-frame .command-buttons #button-next-1 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 150px;
|
max-width: 150px;
|
||||||
margin: auto;
|
/*margin: auto;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#book-appointment-wizard .book-step {
|
#book-appointment-wizard .book-step {
|
||||||
|
|
Loading…
Reference in a new issue