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

unify guide between web and theater

This commit is contained in:
Luke Pulverenti 2016-04-26 14:28:04 -04:00
parent e8c224ae0b
commit af4e8c5529
23 changed files with 1314 additions and 1024 deletions

View file

@ -106,14 +106,6 @@
color: #52B54B !important;
}
.channelTimeslotHeader {
border-right-color: #52B54B !important;
}
.channelTimeslotHeader, .timeslotHeader {
background: #52B54B !important;
}
.libraryViewNav, paper-tabs {
font-size: 12px;
}
@ -126,18 +118,6 @@ h1, h1 a {
font-weight: 400;
}
.channelList {
font-weight: 400;
}
.channelHeaderCellInner {
font-weight: 400;
}
.tvGuideHeader {
top: 86px !important;
}
.libraryMenuButtonText {
font-weight: 500 !important;
position: absolute;
@ -188,18 +168,6 @@ div.cardBox {
background: #1c1c1c;
}
@media (min-width: 600px) {
/* This needs a little extra space to account for the longer date format */
.channelHeaderCell, .channelTimeslotHeader {
width: 209px;
}
.programGrid, .timeslotHeaders {
margin-left: 210px;
}
}
.bottomFab {
bottom: 120px !important;
}