mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-29 11:23:10 +03:00
Reformatted stylesheet files.
This commit is contained in:
parent
b8d7c1b839
commit
36bc53960b
2 changed files with 21 additions and 31 deletions
|
@ -203,7 +203,6 @@ body legend {
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* BACKEND COMPONENTS
|
/* BACKEND COMPONENTS
|
||||||
-------------------------------------------------------------------- */
|
-------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
@ -250,12 +249,6 @@ body legend {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.record-details input,
|
|
||||||
.record-details textarea {
|
|
||||||
background-color: white;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.record-details input:read-only,
|
.record-details input:read-only,
|
||||||
.record-details select:disabled,
|
.record-details select:disabled,
|
||||||
.record-details textarea:read-only {
|
.record-details textarea:read-only {
|
||||||
|
@ -263,7 +256,6 @@ body legend {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* BACKEND CALENDAR PAGE
|
/* BACKEND CALENDAR PAGE
|
||||||
-------------------------------------------------------------------- */
|
-------------------------------------------------------------------- */
|
||||||
#calendar-page #calendar-toolbar {
|
#calendar-page #calendar-toolbar {
|
||||||
|
@ -531,7 +523,6 @@ body .form-horizontal .controls {
|
||||||
background: #F8F8F8;
|
background: #F8F8F8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* BACKEND SERVICES PAGE
|
/* BACKEND SERVICES PAGE
|
||||||
-------------------------------------------------------------------- */
|
-------------------------------------------------------------------- */
|
||||||
#services-page h2 {
|
#services-page h2 {
|
||||||
|
@ -643,6 +634,11 @@ body .form-horizontal .controls {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#users-page #providers .working-plan-view .work-start,
|
||||||
|
#users-page #providers .working-plan-view .work-end {
|
||||||
|
max-width: 88px;
|
||||||
|
}
|
||||||
|
|
||||||
#users-page .btn-toolbar {
|
#users-page .btn-toolbar {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
@ -657,7 +653,6 @@ body .form-horizontal .controls {
|
||||||
padding: 4px 7px;
|
padding: 4px 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#users-page .working-plan .checkbox,
|
#users-page .working-plan .checkbox,
|
||||||
#users-page .working-plan input[type="text"],
|
#users-page .working-plan input[type="text"],
|
||||||
#users-page .working-plan button {
|
#users-page .working-plan button {
|
||||||
|
@ -828,7 +823,6 @@ body .form-horizontal .controls {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 468px) {
|
@media (max-width: 468px) {
|
||||||
#calendar-page .fc-header td {
|
#calendar-page .fc-header td {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
@ -33,7 +33,6 @@ body {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* BOOK APPOINTMENT WIZARD
|
/* BOOK APPOINTMENT WIZARD
|
||||||
------------------------------------------------------------------------------ */
|
------------------------------------------------------------------------------ */
|
||||||
#book-appointment-wizard {
|
#book-appointment-wizard {
|
||||||
|
@ -205,7 +204,6 @@ body {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* BOOK SUCCESS & MESSAGE
|
/* BOOK SUCCESS & MESSAGE
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
#message-frame,
|
#message-frame,
|
||||||
|
@ -225,7 +223,6 @@ body {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* CANCEL APPOINTMENT
|
/* CANCEL APPOINTMENT
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
#cancel-appointment-frame {
|
#cancel-appointment-frame {
|
||||||
|
@ -240,7 +237,6 @@ body {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* MOBILE DEVICES
|
/* MOBILE DEVICES
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
|
|
Loading…
Reference in a new issue