mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
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 class="command-buttons">
|
||||
<span> </span>
|
||||
|
||||
<button type="button" id="button-next-1" class="btn button-next btn-dark"
|
||||
data-step_index="1">
|
||||
<?= lang('next') ?>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue