added dvdlib for better dvd runtimes

This commit is contained in:
Luke Pulverenti 2014-01-11 00:49:18 -05:00
parent 8ef09d054d
commit 02cd9ef7f7
12 changed files with 197 additions and 168 deletions

View file

@ -133,12 +133,12 @@
.channelTimeslotHeader {
position: absolute;
left: 15px;
left: 10px;
}
.timeslotHeaders {
position: absolute;
right: 28px;
right: 13px;
overflow-y: hidden;
overflow-x: hidden;
white-space: nowrap;
@ -146,7 +146,7 @@
.channelPrograms {
white-space: nowrap;
height: 47px;
height: 53px;
}
.timeslotHeader {
@ -197,7 +197,7 @@
position: relative;
}
.channelHeaderCellInner:hover {
.channelHeaderCell:hover {
background-color: #38c;
}
@ -205,14 +205,14 @@
overflow-y: hidden;
overflow-x: hidden;
position: absolute;
left: 15px;
left: 10px;
bottom: 46px;
}
.programGrid {
position: absolute;
bottom: 30px;
right: 15px;
right: 0;
overflow-y: scroll;
overflow-x: scroll;
}
@ -242,7 +242,7 @@
}
.timeslotHeaders, .programGrid {
left: 206px;
left: 201px;
}
.channelTimeslotHeader, .timeslotHeaders {
@ -254,11 +254,12 @@
}
.channelHeaderCell, .timeslotCell {
height: 46px;
height: 52px;
}
.guideProgramName {
padding: .35em .5em;
font-size: 14px;
}
.guideProgramTime {
@ -300,15 +301,4 @@
.timerPageImageContainer {
display: none !important;
}
}
/* Account for hidden navigation */
@media (max-width: 750px) {
.channelTimeslotHeader, .timeslotHeaders {
top: 115px;
}
.channelList, .programGrid {
top: 145px;
}
}
}