Merge pull request #1125 from Ana06/schedule-tags

Schedule tags improved
This commit is contained in:
Christian Bruckmayer 2016-08-12 11:53:05 +02:00 committed by GitHub
commit 72531c799a

View file

@ -252,6 +252,9 @@ td.no-padding{
overflow: hidden; overflow: hidden;
display: inline-block; display: inline-block;
white-space: normal; white-space: normal;
padding-left: 1px;
padding-right: 1px;
font-size: 7px;
} }
/* Small devices (tablets, 768px and up) */ /* Small devices (tablets, 768px and up) */
@ -270,7 +273,12 @@ td.no-padding{
} }
td.event{ td.event{
padding: 3px 4px !important; padding: 3px 3px !important;
}
.schedule-label{
padding-left: 2px;
padding-right: 3px;
} }
} }
@ -285,13 +293,10 @@ td.no-padding{
max-width: 10%; max-width: 10%;
} }
td.event{
padding: 3px 5px !important;
}
.schedule-label{ .schedule-label{
height: 15px; height: 15px;
line-height: 12px; line-height: 12px;
font-size: 7px;
} }
} }
@ -301,6 +306,12 @@ td.no-padding{
font-size: 14px; font-size: 14px;
} }
.schedule-label{
padding-left: 2px;
padding-right: 2px;
font-size: 8px;
}
td.room{ td.room{
width: 9%; width: 9%;
max-width: 9%; max-width: 9%;