1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Added SupportsAutoRunAtStartup

This commit is contained in:
Luke Pulverenti 2014-01-05 20:59:21 -05:00
parent 669c832ce6
commit 6e5adce35c
7 changed files with 230 additions and 23 deletions

View file

@ -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 {
}