update osd

This commit is contained in:
Luke Pulverenti 2015-08-28 15:10:44 -04:00
parent d516717cc9
commit 0e1df8a39d
4 changed files with 82 additions and 10 deletions

View file

@ -37,8 +37,6 @@
}
.videoControls {
padding: 0 .5em;
background-color: rgba(0, 0, 0, .7);
position: fixed;
left: 0;
bottom: 0;
@ -47,6 +45,14 @@
text-align: center;
}
.videoControls > div {
background-color: rgba(0, 0, 0, .7);
}
.videoControlButtons {
padding: 0 .5em;
}
.videoTopControls {
padding: 0 1em;
background-color: rgba(0, 0, 0, .5);
@ -69,8 +75,8 @@
}
.nowPlayingInfo {
text-align: center;
padding: 1.5em 1em 2em 1em;
text-align: left;
padding: 1.5em 1em 2em 3em;
}
#videoPlayer .nowPlayingImage img {
@ -88,7 +94,7 @@
vertical-align: top;
color: #eee;
display: inline-block;
width: 70%;
width: 80%;
font-weight: normal;
font-size: 14px;
}
@ -202,9 +208,9 @@
@media all and (max-width: 1400px), all and (max-height: 900px) {
#mediaPlayer .nowPlayingInfo {
/*#mediaPlayer .nowPlayingInfo {
display: none !important;
}
}*/
}
@media all and (max-width: 555px) {