Reformatted stylesheet files.

This commit is contained in:
alext 2017-10-31 12:17:01 +01:00
parent b8d7c1b839
commit 36bc53960b
2 changed files with 21 additions and 31 deletions

View file

@ -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 {
@ -470,7 +462,7 @@ body .form-horizontal .controls {
margin-right: 10px; margin-right: 10px;
} }
#calendar .calendar-view .date-column .provider-column table thead{ #calendar .calendar-view .date-column .provider-column table thead {
background-color: #FFF; background-color: #FFF;
} }
@ -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 {
@ -804,7 +799,7 @@ body .form-horizontal .controls {
margin-left: 12px; margin-left: 12px;
} }
@media(max-width: 1200px) { @media (max-width: 1200px) {
#header #header-menu .menu-item { #header #header-menu .menu-item {
min-width: 100px; min-width: 100px;
} }
@ -814,7 +809,7 @@ body .form-horizontal .controls {
} }
} }
@media(max-width: 860px) { @media (max-width: 860px) {
#header #header-menu .menu-item { #header #header-menu .menu-item {
min-width: 85px; min-width: 85px;
} }
@ -828,8 +823,7 @@ 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;
width: 70vw; width: 70vw;

View file

@ -33,7 +33,6 @@ body {
vertical-align: middle; vertical-align: middle;
} }
/* BOOK APPOINTMENT WIZARD /* BOOK APPOINTMENT WIZARD
------------------------------------------------------------------------------ */ ------------------------------------------------------------------------------ */
#book-appointment-wizard { #book-appointment-wizard {
@ -197,7 +196,7 @@ body {
float: right; float: right;
margin-bottom: 20px; margin-bottom: 20px;
border-radius: 3px; border-radius: 3px;
box-shadow: 1px 1px 4px rgba(0,0,0,0.4); box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
} }
#book-appointment-wizard .captcha-text { #book-appointment-wizard .captcha-text {
@ -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,10 +237,9 @@ body {
margin-bottom: 0; margin-bottom: 0;
} }
/* MOBILE DEVICES /* MOBILE DEVICES
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
@media(max-width:768px) { @media (max-width: 768px) {
/** /**
* BOOKING WIZARD * BOOKING WIZARD
*/ */
@ -340,7 +336,7 @@ body {
float: right; float: right;
} }
#book-appointment-wizard #book-appointment-form #book-appointment-submit{ #book-appointment-wizard #book-appointment-form #book-appointment-submit {
width: 100%; width: 100%;
} }
@ -389,7 +385,7 @@ body {
} }
} }
@media(max-width:480px) { @media (max-width: 480px) {
body { body {
background-color: #FAFAFA; background-color: #FAFAFA;
} }