Improved display of booking page footer for desktop viewports

This commit is contained in:
Alex Tselegidis 2020-09-23 14:29:18 +03:00
parent 7a05fc9d48
commit 8dd346c90e
2 changed files with 35 additions and 8 deletions

View file

@ -377,17 +377,21 @@
<div id="frame-footer">
<small>
Powered By
<span class="footer-powered-by">
Powered By
<a href="https://easyappointments.org" target="_blank">Easy!Appointments</a>
<a href="https://easyappointments.org" target="_blank">Easy!Appointments</a>
</span>
<span id="select-language" class="badge badge-success">
<?= ucfirst(config('language')) ?>
</span>
<span class="footer-options">
<span id="select-language" class="badge badge-success">
<?= ucfirst(config('language')) ?>
</span>
<a href="<?= site_url('backend'); ?>">
<?= $this->session->user_id ? lang('backend_section') : lang('login') ?>
</a>
<a class="backend-link" href="<?= site_url('backend'); ?>">
<?= $this->session->user_id ? lang('backend_section') : lang('login') ?>
</a>
</span>
</small>
</div>
</div>

View file

@ -312,6 +312,29 @@ body {
padding: 5px;
margin: 5px auto;
}
#book-appointment-wizard #frame-footer small {
display: flex;
}
#book-appointment-wizard .footer-powered-by,
#book-appointment-wizard .footer-options {
width: 50%;
}
#book-appointment-wizard .footer-powered-by {
text-align: left;
padding: 5px 5px 5px 0;
}
#book-appointment-wizard .footer-options {
text-align: right;
}
#book-appointment-wizard #select-language {
display: inline-block;
margin-right: 10px;
}
}
/* BOOK SUCCESS & MESSAGE