forked from mirrors/easyappointments
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" />
|
||||
|
||||
<div class="">
|
||||
<div>
|
||||
<div class="provider-details col-md-6">
|
||||
<div class="form-group">
|
||||
<label for="provider-first-name"><?php echo $this->lang->line('first_name'); ?> *</label>
|
||||
|
|
|
@ -325,7 +325,12 @@ body .form-horizontal .controls {
|
|||
|
||||
/* BACKEND COMPONENTS
|
||||
-------------------------------------------------------------------- */
|
||||
.filter-records .key {
|
||||
.filter-records form {
|
||||
height: 35px;
|
||||
padding-top: 5px
|
||||
}
|
||||
|
||||
.filter-records form .key {
|
||||
margin-right: 15px;
|
||||
float: left;
|
||||
}
|
||||
|
@ -394,7 +399,7 @@ body .form-horizontal .controls {
|
|||
}
|
||||
|
||||
#customers-page #appointment-details {
|
||||
width: 338px;
|
||||
width: 330px;
|
||||
}
|
||||
|
||||
#customers-page #appointment-details div {
|
||||
|
@ -572,7 +577,7 @@ body .form-horizontal .controls {
|
|||
#users-page #secretary-providers,
|
||||
#users-page #provider-services {
|
||||
border: 4px solid #ccc;
|
||||
width: 340px;
|
||||
width: 315px;
|
||||
height: 387px;
|
||||
overflow-y: scroll;
|
||||
padding: 7px;
|
||||
|
@ -613,6 +618,7 @@ body .form-horizontal .controls {
|
|||
#users-page #providers .details-view,
|
||||
#users-page #providers .working-plan-view {
|
||||
clear: both;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#users-page .btn-toolbar {
|
||||
|
|
Loading…
Reference in a new issue