Schedule tags improved
Schedule tags introduced in https://github.com/openSUSE/osem/pull/1082 improved.
This commit is contained in:
parent
96155eb87f
commit
7f3ee13358
1 changed files with 16 additions and 5 deletions
|
|
@ -199,6 +199,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) */
|
||||||
|
|
@ -217,7 +220,12 @@ td.no-padding{
|
||||||
}
|
}
|
||||||
|
|
||||||
td.event{
|
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%;
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -248,6 +253,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%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue