Schedule tags improved

Schedule tags introduced in https://github.com/openSUSE/osem/pull/1082
improved.
This commit is contained in:
Ana 2016-08-07 21:49:35 +02:00
parent 96155eb87f
commit 7f3ee13358

View file

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