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

chromecast updates

This commit is contained in:
Luke Pulverenti 2014-04-06 13:53:23 -04:00
parent 3f2f3c177e
commit e72026f55c
11 changed files with 582 additions and 200 deletions

View file

@ -427,7 +427,7 @@ a.itemTag:hover {
background-size: cover;
background-position: center 15%;
background-repeat: no-repeat;
height: 550px;
height: 570px;
position: relative;
}
@ -482,13 +482,14 @@ a.itemTag:hover {
}
.itemDetailImage {
max-height: 220px;
max-height: 280px;
max-width: 320px;
-moz-box-shadow: 0px 0 20px #000;
-webkit-box-shadow: 0px 0 20px #000;
box-shadow: 0px 0 20px #000;
border: solid 1px #222;
margin-top: -20px;
margin-bottom: 10px;
}
.noBackdrop .itemDetailImage {
@ -645,7 +646,7 @@ a.itemTag:hover {
.detailImageProgressContainer {
position: absolute;
bottom: 3px;
bottom: 10px;
right: 0;
left: 0;
text-align: center;