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

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Tim Hobbs 2014-03-30 16:28:19 -07:00
commit 862d03a684
11 changed files with 196 additions and 62 deletions

View file

@ -7,8 +7,14 @@
background-size: 100%;
vertical-align: middle;
margin: 0 .6em;
cursor: pointer;
border: 0 !important;
}
.btnCast:hover {
opacity: .5;
}
.btnDefaultCast {
background-image: url(images/chromecast/ic_media_route_off_holo_dark.png);
}

View file

@ -1199,3 +1199,21 @@ a.itemTag:hover {
width: 32.95%;
}
}
.playerSelectionPanel {
width: 250px;
}
.ui-panel-dismiss-open.ui-panel-dismiss-position-right[data-panelid=playerSelectionPanel] {
right: 250px;
}
@media all and (min-width: 600px) {
.playerSelectionPanel {
width: 300px;
}
.ui-panel-dismiss-open.ui-panel-dismiss-position-right[data-panelid=playerSelectionPanel] {
right: 300px;
}
}