updated browse to command

This commit is contained in:
Luke Pulverenti 2013-05-25 20:53:51 -04:00
parent dd57fce842
commit 3fc8466680
3 changed files with 120 additions and 8 deletions

View file

@ -702,7 +702,7 @@ progress {
}
#nowPlayingBar > *:not(#mediaElement) {
#nowPlayingBar > *:not(#mediaElement):not(.mediaFlyoutContainer) {
margin: 0 1em;
}
@ -872,6 +872,21 @@ input[type="range"]::-ms-fill-upper {
}
}
.mediaFlyoutContainer {
display: inline-block;
}
.mediaPlayerFlyout {
width: 200px;
color: #000;
background-color: #fff;
border: 1px solid #999;
position: absolute;
z-index: 99999;
bottom: 55px;
margin-left: -50px;
}
.installedPluginTitle {
max-width: 85px;
overflow: hidden;