mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Added SupportsAutoRunAtStartup
This commit is contained in:
parent
669c832ce6
commit
6e5adce35c
7 changed files with 230 additions and 23 deletions
|
@ -123,3 +123,37 @@
|
|||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.timeslotHeaders {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.timeslotHeader {
|
||||
width: 100px;
|
||||
display: inline-block;
|
||||
padding: .5em .5em;
|
||||
background: #38c;
|
||||
}
|
||||
|
||||
.timeslotCell {
|
||||
width: 100px;
|
||||
display: inline-block;
|
||||
padding: .5em .5em;
|
||||
|
||||
border: 1px solid #444;
|
||||
border-collapse: collapse;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.channelTimeslotCell {
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.channelTimeslotHeader, .channelTimeslotCell {
|
||||
width: 80px;
|
||||
color: #ddd;
|
||||
}
|
||||
.guideChannel {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue