implements configurable schedule granularity and improves the schedule grid for denser schedule grids on smaller screens

This commit is contained in:
Eugene Dubinin 2017-01-17 14:46:12 +02:00
parent 4089f16f17
commit ff9ca4a817
11 changed files with 56 additions and 24 deletions

View file

@ -16,7 +16,7 @@
}
.schedule-room-slot{
padding: 2px 5px;
padding: 2px 3px;
border: 1px solid #848484;
height: 58px;
line-height: 20px;
@ -31,6 +31,12 @@
cursor:move;
}
.schedule-room-slot .schedule-event.compact {
margin-top: -23px;
margin-left: 20%;
width: 80%;
}
.schedule-event-text{
display: -webkit-box;
text-overflow: ellipsis;
@ -167,7 +173,7 @@ td.room{
th.date{
font-size: 12px;
padding: 8px 0px 8px 1% !important;
padding: 4px 0px 4px 2px !important;
}
.speaker-pic{