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

minor video skin fixes

This commit is contained in:
Techywarrior 2013-05-06 21:02:48 -07:00
parent f5ae7a369e
commit d7f897576f
2 changed files with 4 additions and 2 deletions

View file

@ -965,9 +965,10 @@ progress {
} }
#videoWindow.tubecss .vjs-current-time { #videoWindow.tubecss .vjs-current-time {
left: 26em; left: 22.5em;
border: 0;
} }
#videoWindow.tubecss .vjs-duration { #videoWindow.tubecss .vjs-duration {
left: 22.5em; left: 26em;
} }

View file

@ -234,6 +234,7 @@
(this).addEvent("loadstart", function () { (this).addEvent("loadstart", function () {
$(".vjs-remaining-time-display").hide(); $(".vjs-remaining-time-display").hide();
$(".vjs-duration-display").hide();
}); });
(this).addEvent("durationchange", function () { (this).addEvent("durationchange", function () {