2014-02-18 22:21:03 -07:00
|
|
|
|
.remoteControlFlyout {
|
2013-05-30 12:58:07 -07:00
|
|
|
|
width: 300px;
|
|
|
|
|
min-height: 400px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.playMenuOptions {
|
|
|
|
|
max-height: 200px;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tblRemoteControl {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tblRemoteControl tbody tr:hover {
|
|
|
|
|
background: #ddd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tblRemoteControl td {
|
2013-05-30 20:38:46 -07:00
|
|
|
|
padding: 5px;
|
2013-05-30 12:58:07 -07:00
|
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tblRemoteControl th {
|
2013-05-30 20:38:46 -07:00
|
|
|
|
padding: 3px 5px;
|
2013-05-30 12:58:07 -07:00
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tblRemoteControl th:first-child, .tblRemoteControl td:first-child {
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tblRemoteControlNoHeader tr:first-child td {
|
|
|
|
|
border-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tdSelectPlayTime, .tdSelectItem {
|
|
|
|
|
vertical-align: middle!important;
|
|
|
|
|
width: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tdRemoteControlImage {
|
|
|
|
|
width: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tblRemoteControl img {
|
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-07-11 13:25:12 -07:00
|
|
|
|
.nowPlaying .ui-slider-track {
|
|
|
|
|
margin-left: 15px!important;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-30 21:01:29 -07:00
|
|
|
|
@media all and (max-width: 550px) {
|
|
|
|
|
.nowPlayingCell + .nowPlayingCell {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 450px) {
|
2013-05-30 12:58:07 -07:00
|
|
|
|
.nowPlayingCell {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-height: 500px) {
|
2014-02-18 22:21:03 -07:00
|
|
|
|
.remoteControlFlyout {
|
2013-05-30 12:58:07 -07:00
|
|
|
|
min-height: 450px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-height: 600px) {
|
2014-02-18 22:21:03 -07:00
|
|
|
|
.remoteControlFlyout {
|
2013-05-30 12:58:07 -07:00
|
|
|
|
min-height: 500px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-height: 800px) {
|
|
|
|
|
.playMenuOptions {
|
|
|
|
|
max-height: 300px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-30 21:01:29 -07:00
|
|
|
|
@media all and (min-width: 400px) {
|
2014-02-18 22:21:03 -07:00
|
|
|
|
.remoteControlFlyout {
|
2013-05-30 21:01:29 -07:00
|
|
|
|
width: 360px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-30 12:58:07 -07:00
|
|
|
|
@media all and (min-width: 500px) {
|
2014-02-18 22:21:03 -07:00
|
|
|
|
.remoteControlFlyout {
|
2013-05-30 12:58:07 -07:00
|
|
|
|
width: 450px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 600px) {
|
2014-02-18 22:21:03 -07:00
|
|
|
|
.remoteControlFlyout {
|
2013-05-30 12:58:07 -07:00
|
|
|
|
width: 550px;
|
|
|
|
|
}
|
2014-01-03 21:53:49 -07:00
|
|
|
|
}
|