unify appSettings

This commit is contained in:
Luke Pulverenti 2016-03-01 01:02:03 -05:00
parent 5466e3660a
commit 87e23915c8
21 changed files with 208 additions and 408 deletions

View file

@ -1620,18 +1620,6 @@ progress {
max-width: 200px;
}
.sessionUserInfo {
position: absolute;
right: 0;
bottom: 11px;
padding: .5em;
text-align: right;
}
.sessionUserInfo img {
height: 24px;
}
.sessionNowPlayingInfo {
position: absolute;
left: 0;
@ -1672,7 +1660,7 @@ progress {
color: #000;
}
.activeSession:not(.playingSession) .sessionUserInfo, .activeSession:not(.playingSession) .sessionNowPlayingInfo {
.activeSession:not(.playingSession) .sessionNowPlayingInfo {
bottom: 0;
}
@ -1680,7 +1668,7 @@ progress {
color: #fff;
position: absolute;
right: 10px;
bottom: 19px;
bottom: 39px;
}
.sessionTranscodingFramerate {
@ -1693,8 +1681,8 @@ progress {
.sessionNowPlayingStreamInfo {
color: #fff;
position: absolute;
left: 10px;
top: 10px;
right: 10px;
bottom: 19px;
}
.activeSession .transcodingProgress {