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

rework server sync

This commit is contained in:
Luke Pulverenti 2015-04-13 01:12:02 -04:00
parent 4b3ce4d2ae
commit 24ea83ad5f
5 changed files with 37 additions and 9 deletions

View file

@ -158,7 +158,7 @@
.channelPrograms {
white-space: nowrap;
height: 53px;
height: 56px;
}
.timeslotHeader {
@ -201,7 +201,7 @@
}
.channelHeaderCellInner {
padding: .5em .5em;
padding: .7em .5em .5em;
display: block;
text-decoration: none;
font-weight: normal !important;
@ -251,11 +251,11 @@
}
.channelHeaderCell, .timeslotCell {
height: 52px;
height: 55px;
}
.guideProgramName {
padding: .35em .5em;
padding: .55em .5em .35em;
}
.guideProgramTime {