minor video skin fixes
This commit is contained in:
@@ -965,9 +965,10 @@ progress {
|
||||
}
|
||||
|
||||
#videoWindow.tubecss .vjs-current-time {
|
||||
left: 26em;
|
||||
left: 22.5em;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#videoWindow.tubecss .vjs-duration {
|
||||
left: 22.5em;
|
||||
left: 26em;
|
||||
}
|
||||
|
||||
@@ -234,6 +234,7 @@
|
||||
|
||||
(this).addEvent("loadstart", function () {
|
||||
$(".vjs-remaining-time-display").hide();
|
||||
$(".vjs-duration-display").hide();
|
||||
});
|
||||
|
||||
(this).addEvent("durationchange", function () {
|
||||
|
||||
Reference in New Issue
Block a user