Komfort brechnung mit Kind Kalender im Admin formatieren

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3454 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2018-08-27 12:51:36 +00:00
parent 0325e97509
commit 4ee51802ab
6 changed files with 210 additions and 63 deletions

View file

@ -154,7 +154,7 @@
line-height: 24px;
font-size: 14px;
border-radius: 4px;
border: 1px solid transparent;
border: 0 solid #fff;
white-space: nowrap;
cursor: pointer;
}
@ -182,18 +182,106 @@
color: #ccc;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
background-color: #fff;
border-color: transparent;
color: #999;
.daterangepicker td.start-date.end-date {
border-radius: 0px;
}
.daterangepicker th.month {
width: auto;
}
.daterangepicker td.available, .daterangepicker td.available:hover {
background-color: #f0faf0;
border-radius: 0;
cursor: not-allowed;
}
.daterangepicker td.bookable {
background-color: rgba(88, 155, 92, 0.4);
cursor: pointer !important;
border-radius: 0;
font-weight: bold;
text-decoration: underline;
}
.daterangepicker td.bookable:hover {
background-color: rgba(88, 155, 92, 0.50);
}
.daterangepicker td.calendar-day-reservation-begin {
background-color: #f0bcbc;
background: -moz-linear-gradient(to bottom right, #f0faf0 0%, #f0faf0 49%, #f0bcbc 50%, #f0bcbc 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f0faf0), color-stop(49%, #f0faf0), color-stop(50%, #f0bcbc), color-stop(100%, #f0bcbc));
background: -webkit-linear-gradient(to bottom right, #f0faf0 0%, #f0faf0 49%, #f0bcbc 50%, #f0bcbc 100%);
background: -o-linear-gradient(to bottom right, #f0faf0 0%, #f0faf0 49%, #f0bcbc 50%, #f0bcbc 100%);
background: -ms-linear-gradient(to bottom right, #f0faf0 0%, #f0faf0 49%, #f0bcbc 50%, #f0bcbc 100%);
background: linear-gradient(to bottom right, #f0faf0 0%, #f0faf0 49%, #f0bcbc 50%, #f0bcbc 100%);
border-radius: 0;
}
.daterangepicker td.calendar-day-reservation-end {
background-color: #f2f2f2;
background: -moz-linear-gradient(to bottom right, #f0bcbc 0%, #f0bcbc 49%, #deebde 50%, #deebde 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f0bcbc), color-stop(49%, #f0bcbc), color-stop(50%, #deebde), color-stop(100%, #deebde));
background: -webkit-linear-gradient(to bottom right, #f0bcbc 0%, #f0bcbc 49%, #deebde 50%, #deebde 100%);
background: -o-linear-gradient(to bottom right, #f0bcbc 0%, #f0bcbc 49%, #deebde 50%, #deebde 100%);
background: -ms-linear-gradient(to bottom right, #f0bcbc 0%, #f0bcbc 49%, #deebde 50%, #deebde 100%);
background: linear-gradient(to bottom right, #f0bcbc 0%, #f0bcbc 49%, #deebde 50%, #deebde 100%);
border-radius: 0;
}
.daterangepicker td.calendar-day-disabled-half-booked {
background-color: #f2f2f2;
background: -moz-linear-gradient(to bottom right, #f0bcbc 0%, #f0bcbc 49%, #bcd7be 50%, #bcd7be 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f0bcbc), color-stop(49%, #f0bcbc), color-stop(50%, #bcd7be), color-stop(100%, #bcd7be));
background: -webkit-linear-gradient(to bottom right, #f0bcbc 0%, #f0bcbc 49%, #bcd7be 50%, #bcd7be 100%);
background: -o-linear-gradient(to bottom right, #f0bcbc 0%, #f0bcbc 49%, #bcd7be 50%, #bcd7be 100%);
background: -ms-linear-gradient(to bottom right, #f0bcbc 0%, #f0bcbc 49%, #bcd7be 50%, #bcd7be 100%);
background: linear-gradient(to bottom right, #f0bcbc 0%, #f0bcbc 49%, #bcd7be 50%, #bcd7be 100%);
border-radius: 0;
}
.daterangepicker td.off, .daterangepicker td.off:hover {
background: none !important;
background-color: #fff !important;
color: #fff !important;
cursor: not-allowed;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
cursor: not-allowed;
text-decoration: none;
background-color: #f0bcbc !important;
border-radius: 0px;
}
.daterangepicker td.in-range {
background-color: #deebde;
background-color: rgba(88, 155, 92, 0.70) !important;
border-color: transparent;
color: #000;
border-radius: 0;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
background: none !important;
background-color: rgba(88, 155, 92, 1) !important;
color: #fff !important;
}
.daterangepicker td.start-date {
border-radius: 4px 0 0 4px;
@ -203,28 +291,8 @@
border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
border-radius: 4px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
background-color: #648859;
border-color: transparent;
color: #fff;
}
.daterangepicker th.month {
width: auto;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
color: #999;
cursor: not-allowed;
text-decoration: line-through;
background-color: #f0bcbc;
border-radius: 0px;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
font-size: 12px;