Handle cancelation of scheduled events
This commit is contained in:
parent
63750345e7
commit
a071d4497b
5 changed files with 50 additions and 0 deletions
|
|
@ -193,6 +193,14 @@ td.no-padding{
|
|||
color: #D8D8D8 !important;
|
||||
}
|
||||
|
||||
.schedule-label{
|
||||
height: 14px;
|
||||
line-height: 11px;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
/* Small devices (tablets, 768px and up) */
|
||||
@media (min-width: 768px) {
|
||||
.room, .event-title{
|
||||
|
|
@ -227,6 +235,11 @@ td.no-padding{
|
|||
td.event{
|
||||
padding: 3px 5px !important;
|
||||
}
|
||||
|
||||
.schedule-label{
|
||||
height: 15px;
|
||||
line-height: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Large devices (large desktops, 1200px and up) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue