fix for audio/video element differences in now playing bar

This commit is contained in:
Techywarrior 2013-04-01 18:44:26 -07:00
parent b68c383af6
commit 3eecf178f3
2 changed files with 4 additions and 2 deletions

View file

@ -787,7 +787,9 @@ progress {
margin-right: 20px;
display: inline-block;
position: relative;
width: 270px;
}
#mediaElement.video {
width: 270px;
}
#nowPlayingBar #mediaInfo, #nowPlayingBar #mediaInfo div {