support deleting and canceling live tv recordings and timers

This commit is contained in:
Luke Pulverenti 2013-11-29 11:58:24 -05:00
parent 8dd607af86
commit ac0cc84f9d
14 changed files with 181 additions and 75 deletions

View file

@ -717,8 +717,8 @@ progress {
/* Detail Page*/
.imgUserItemRating {
height: 17px;
width: 17px;
height: 16px;
width: 16px;
margin-right: 1em;
cursor: pointer;
vertical-align: top;
@ -728,10 +728,6 @@ progress {
opacity: .5;
}
.imgPlayed, .imgPlayedOff {
border-radius: 4px;
}
/* Now playing bar */
#nowPlayingBar {
padding: 6px .5em;
@ -1042,6 +1038,34 @@ input[type="range"]::-ms-fill-upper {
}
}
@media (min-width: 1700px) {
.itemVideo:not(.fullscreenVideo) {
width: 500px;
}
.positionSlider {
width: 500px;
}
.itemVideo {
left: -660px;
}
}
@media (min-width: 2400px) {
.itemVideo:not(.fullscreenVideo) {
width: 550px;
}
.positionSlider {
width: 550px;
}
.itemVideo {
left: -710px;
}
}
#editItemMetadataPage #txtOverview {
height: 70px;
}