update dynamic images

This commit is contained in:
Luke Pulverenti
2015-06-27 23:29:50 -04:00
parent 11c5d8562d
commit 8c2b65740f
17 changed files with 153 additions and 149 deletions
+5 -5
View File
@@ -36,7 +36,7 @@
}
.videoControls {
padding: .5em .5em;
padding: 0 .5em;
background-color: rgba(0, 0, 0, .7);
position: fixed;
left: 0;
@@ -199,7 +199,7 @@
}
}
@media all and (max-width: 1400px), all and (max-height: 800px) {
@media all and (max-width: 1400px), all and (max-height: 900px) {
#mediaPlayer .nowPlayingInfo {
display: none !important;
@@ -216,15 +216,15 @@
}
}
@media all and (min-width: 1300px) {
@media all and (min-width: 1400px) {
.nowPlayingInfo {
padding-bottom: 0;
}
#videoPlayer .nowPlayingImage img {
height: auto !important;
max-width: 400px;
max-height: 240px;
max-width: 360px;
max-height: 220px;
}
}
+14 -4
View File
@@ -148,8 +148,13 @@
@media (orientation: landscape) and (max-height: 400px) {
.nowPlayingPageTitle {
margin-top: -1.5em;
padding: 0 60px;
margin: 0 auto;
width: 50%;
position: absolute;
text-align: center;
left: 0;
right: 0;
top: -20px;
}
.nowPlayingPage .btnCommand, .nowPlayingPage .btnPlayStateCommand {
@@ -160,8 +165,13 @@
@media (orientation: portrait) and (max-height: 600px) {
.nowPlayingPageTitle {
margin-top: -1.5em;
padding: 0 60px;
margin: 0 auto;
width: 50%;
position: absolute;
text-align: center;
left: 0;
right: 0;
top: -20px;
}
.nowPlayingPage .btnCommand, .nowPlayingPage .btnPlayStateCommand {