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,12 +256,11 @@ body legend {
box-shadow: none; box-shadow: none;
} }
/* BACKEND CALENDAR PAGE /* BACKEND CALENDAR PAGE
-------------------------------------------------------------------- */ -------------------------------------------------------------------- */
#calendar-page #calendar-toolbar { #calendar-page #calendar-toolbar {
border-bottom: 1px solid #D6D6D6; border-bottom: 1px solid #D6D6D6;
border-radius: 3px; border-radius: 3px;
background: #3A3A3A; background: #3A3A3A;
padding: 5px; padding: 5px;
margin-bottom: 15px; margin-bottom: 15px;
@ -439,11 +431,11 @@ body .form-horizontal .controls {
} }
#calendar .calendar-view { #calendar .calendar-view {
overflow-x: auto; overflow-x: auto;
} }
#calendar .calendar-view > div { #calendar .calendar-view > div {
width: 100%; width: 100%;
min-width: 1000%; min-width: 1000%;
overflow: auto; overflow: auto;
} }
@ -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;
} }
@ -490,7 +482,7 @@ body .form-horizontal .controls {
#calendar .calendar-view .date-column .provider-column .event.unavailability { #calendar .calendar-view .date-column .provider-column .event.unavailability {
background: #409482; background: #409482;
color: #fff; color: #fff;
} }
/* BACKEND CUSTOMERS PAGE /* BACKEND CUSTOMERS PAGE
@ -531,7 +523,6 @@ body .form-horizontal .controls {
background: #F8F8F8; background: #F8F8F8;
} }
/* BACKEND SERVICES PAGE /* BACKEND SERVICES PAGE
-------------------------------------------------------------------- */ -------------------------------------------------------------------- */
#services-page h2 { #services-page h2 {
@ -564,7 +555,7 @@ body .form-horizontal .controls {
#services-page .record-details .ui-spinner a { #services-page .record-details .ui-spinner a {
cursor: pointer; cursor: pointer;
background: none; background: none;
border: none; border: none;
} }
@ -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 {
@ -671,7 +666,7 @@ body .form-horizontal .controls {
#users-page .editable form, #users-page .editable form,
#users-page .editable select, #users-page .editable select,
#users-page .editable input { #users-page .editable input {
margin: 0px; margin: 0px;
} }
#users-page #providers .record-details h3 a { #users-page #providers .record-details h3 a {
@ -751,7 +746,7 @@ body .form-horizontal .controls {
#business-logic .ui-spinner a { #business-logic .ui-spinner a {
cursor: pointer; cursor: pointer;
background: none; background: none;
border: none; border: none;
} }
@ -785,7 +780,7 @@ body .form-horizontal .controls {
} }
#settings-page .miscellaneous-wrapper { #settings-page .miscellaneous-wrapper {
max-width: 400px; max-width: 400px;
margin-bottom: 20px; margin-bottom: 20px;
} }
@ -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;
} }