Merge pull request #1082 from nishanthvijayan/handle-cancelled-events

Handle cancellation of scheduled events
This commit is contained in:
Henne Vogelsang 2016-07-25 15:52:53 +02:00 committed by GitHub
commit 96155eb87f
5 changed files with 50 additions and 0 deletions

View file

@ -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) */