diff --git a/src/css/components/_time.scss b/src/css/components/_time.scss index 0144dacd7d..081f1e43b8 100644 --- a/src/css/components/_time.scss +++ b/src/css/components/_time.scss @@ -18,6 +18,12 @@ display: none; } +// IE 8 + IE 9 width: auto container fix +.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control { + width: 0px !important; + white-space: nowrap; +} + .video-js .vjs-duration, .vjs-no-flex .vjs-duration { display: none;