3.0.5231.40980
This commit is contained in:
parent
ee5eefb01e
commit
8a5cd4b491
13 changed files with 68 additions and 42 deletions
|
@ -856,7 +856,7 @@ progress {
|
|||
.activeSession {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
margin: 5px;
|
||||
margin: 4px;
|
||||
width: 275px;
|
||||
height: 154.6875px;
|
||||
}
|
||||
|
@ -934,13 +934,18 @@ progress {
|
|||
z-index: 1000;
|
||||
}
|
||||
|
||||
.activeDevicesCollapsible .ui-collapsible-content {
|
||||
padding: .25em!important;
|
||||
}
|
||||
|
||||
.activeSession:not(.playingSession) .sessionNowPlayingContent {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.activeSession:not(.playingSession) .sessionNowPlayingInnerContent {
|
||||
background-color: #f0f0f0;
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.activeSession:not(.playingSession) .sessionUserInfo, .activeSession:not(.playingSession) .sessionNowPlayingInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue