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

dlna fixes

This commit is contained in:
Luke Pulverenti 2014-04-19 13:43:12 -04:00
parent ec163807cf
commit 99aed936db
7 changed files with 113 additions and 57 deletions

View file

@ -2,18 +2,8 @@
width: 250px;
}
.searchPanel + .ui-panel-dismiss {
right: 250px;
}
@media all and (min-width: 600px) {
.searchPanel {
width: 300px;
}
.searchPanel + .ui-panel-dismiss {
right: 300px;
}
.searchPanelModelOpen {
right: 250px!important;
}
.searchHints {

View file

@ -953,6 +953,20 @@ progress {
box-shadow: 0 0 20px 1px #38c;
}
.sessionNowPlayingTime {
color: #fff;
position: absolute;
right: 10px;
bottom: 15px;
}
.sessionNowPlayingStreamInfo {
color: #fff;
position: absolute;
left: 10px;
top: 10px;
}
@media all and (max-width: 1000px) {
.activeSession {