Merge pull request #850 from radiorabe/feature/show-overbooked-warning
Schedule: Display warning icon and tooltip on overbooked show
This commit is contained in:
commit
6c23bc048c
3 changed files with 53 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue