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

added tv service provider selection

This commit is contained in:
Luke Pulverenti 2014-01-16 17:49:31 -05:00
parent 518003518b
commit a0a589b876
17 changed files with 78 additions and 247 deletions

View file

@ -436,7 +436,7 @@ a.itemTag:hover {
}
.itemDetailImage {
max-height: 240px;
max-height: 220px;
max-width: 320px;
-moz-box-shadow: 0px 0 20px #000;
-webkit-box-shadow: 0px 0 20px #000;
@ -751,7 +751,7 @@ a.itemTag:hover {
}
.detailPageContent {
max-width: 900px;
max-width: 850px;
}
.primaryDetailPageContent {
@ -765,10 +765,6 @@ a.itemTag:hover {
max-width: 950px;
}
.detailPageContent {
max-width: 1000px;
}
.primaryDetailPageContent {
max-width: 850px;
}

View file

@ -32,7 +32,7 @@
}
.posterItemOverlayInner {
padding: 15px 13px 10px;
padding: 13px 13px 10px;
}
.smallBackdropPosterItem, .smallPosterItem {
@ -264,6 +264,18 @@
}
}
@media all and (min-width: 1000px) {
.smallBackdropPosterItem {
width: 202px;
}
.smallBackdropPosterItem .posterItemImage {
height: 113.625px;
}
}
@media all and (min-width: 1200px) {
.backdropPosterItem {
@ -282,14 +294,6 @@
height: 207px;
}
.smallBackdropPosterItem {
width: 228px;
}
.smallBackdropPosterItem .posterItemImage {
height: 128.25px;
}
.storeReviewCount {
display: inline;
}

View file

@ -245,10 +245,6 @@
.squareTileItem .tileImage {
height: 130px;
}
.smallPosterTileItem {
width: 22%;
}
}
@media all and (min-width: 1440px) {