1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

now playing bar fixes

This commit is contained in:
Luke Pulverenti 2013-12-28 02:09:05 -05:00
parent 2047f4bd49
commit 84eb8fc047
6 changed files with 19 additions and 25 deletions

View file

@ -1,6 +1,4 @@

/* Now playing bar */
/* Now playing bar */
.nowPlayingBar {
padding: 6px 0 12px 0;
border-top: 2px solid green;
@ -119,7 +117,7 @@
width: 130px;
}
.volumeSliderContainer {
.volumeSliderContainer {
width: 90px;
}
@ -129,6 +127,9 @@
.sliderContainer .ui-slider-track {
margin-left: 15px !important;
}
.highPosition .ui-slider-track {
z-index: 100000;
}
@ -318,4 +319,4 @@ input[type="range"]::-ms-fill-upper {
.itemVideo {
left: -710px;
}
}
}