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;
}