mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-11 02:22:25 +03:00
Styling corrections in the backend pages.
This commit is contained in:
parent
7f48897bb7
commit
1fc2fd9324
2 changed files with 10 additions and 4 deletions
|
@ -261,7 +261,7 @@
|
||||||
|
|
||||||
<input type="hidden" id="provider-id" class="record-id" />
|
<input type="hidden" id="provider-id" class="record-id" />
|
||||||
|
|
||||||
<div class="">
|
<div>
|
||||||
<div class="provider-details col-md-6">
|
<div class="provider-details col-md-6">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="provider-first-name"><?php echo $this->lang->line('first_name'); ?> *</label>
|
<label for="provider-first-name"><?php echo $this->lang->line('first_name'); ?> *</label>
|
||||||
|
|
|
@ -325,7 +325,12 @@ body .form-horizontal .controls {
|
||||||
|
|
||||||
/* BACKEND COMPONENTS
|
/* BACKEND COMPONENTS
|
||||||
-------------------------------------------------------------------- */
|
-------------------------------------------------------------------- */
|
||||||
.filter-records .key {
|
.filter-records form {
|
||||||
|
height: 35px;
|
||||||
|
padding-top: 5px
|
||||||
|
}
|
||||||
|
|
||||||
|
.filter-records form .key {
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
@ -394,7 +399,7 @@ body .form-horizontal .controls {
|
||||||
}
|
}
|
||||||
|
|
||||||
#customers-page #appointment-details {
|
#customers-page #appointment-details {
|
||||||
width: 338px;
|
width: 330px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#customers-page #appointment-details div {
|
#customers-page #appointment-details div {
|
||||||
|
@ -572,7 +577,7 @@ body .form-horizontal .controls {
|
||||||
#users-page #secretary-providers,
|
#users-page #secretary-providers,
|
||||||
#users-page #provider-services {
|
#users-page #provider-services {
|
||||||
border: 4px solid #ccc;
|
border: 4px solid #ccc;
|
||||||
width: 340px;
|
width: 315px;
|
||||||
height: 387px;
|
height: 387px;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
|
@ -613,6 +618,7 @@ body .form-horizontal .controls {
|
||||||
#users-page #providers .details-view,
|
#users-page #providers .details-view,
|
||||||
#users-page #providers .working-plan-view {
|
#users-page #providers .working-plan-view {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#users-page .btn-toolbar {
|
#users-page .btn-toolbar {
|
||||||
|
|
Loading…
Reference in a new issue