mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 22:21:11 +00:00
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;
|
||||
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%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue