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

@ -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 {