Merge pull request #850 from radiorabe/feature/show-overbooked-warning

Schedule: Display warning icon and tooltip on overbooked show
This commit is contained in:
Kyle Robbertze 2019-08-18 22:08:42 +02:00 committed by GitHub
commit 6c23bc048c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 53 additions and 15 deletions

View file

@ -2308,6 +2308,9 @@ span.errors.sp-errors{
.small-icon.show-partial-filled, .small-icon.media-item-in-use {
background:url(images/icon_alert_cal_alt2.png) no-repeat 0 0;
}
.small-icon.show-overbooked {
background:url(images/icon_alert_cal.png) no-repeat 0 0;
}
.small-icon.is_scheduled {
background:url(images/is_scheduled.png) no-repeat 0 0;
height: 16px !important;