From 3ad58f3bbd905f208d40e9dd402b9b1269089c6f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 11 Feb 2016 23:34:27 +0100 Subject: [PATCH] cleanup --- telemeta/static/video-js/video-js.css | 499 --- telemeta/static/video-js/video-js.min.css | 1 - telemeta/static/video-js/video-js.png | Bin 8235 -> 0 bytes telemeta/static/video-js/video-js.swf | Bin 9612 -> 0 bytes telemeta/static/video-js/video.js | 4375 --------------------- telemeta/static/video-js/video.min.js | 21 - 6 files changed, 4896 deletions(-) delete mode 100644 telemeta/static/video-js/video-js.css delete mode 100644 telemeta/static/video-js/video-js.min.css delete mode 100644 telemeta/static/video-js/video-js.png delete mode 100644 telemeta/static/video-js/video-js.swf delete mode 100644 telemeta/static/video-js/video.js delete mode 100644 telemeta/static/video-js/video.min.js diff --git a/telemeta/static/video-js/video-js.css b/telemeta/static/video-js/video-js.css deleted file mode 100644 index cd468eb0..00000000 --- a/telemeta/static/video-js/video-js.css +++ /dev/null @@ -1,499 +0,0 @@ -/* -VideoJS Default Styles (http://videojs.com) -Version GENERATED_AT_BUILD -*/ - -/* -REQUIRED STYLES (be careful overriding) -================================================================================ */ -/* When loading the player, the video tag is replaced with a DIV, - that will hold the video tag or object tag for other playback methods. - The div contains the video playback element (Flash or HTML5) and controls, and sets the width and height of the video. - - ** If you want to add some kind of border/padding (e.g. a frame), or special positioning, use another containing element. - Otherwise you risk messing up control positioning and full window mode. ** -*/ -.video-js { - background-color: #000; position: relative; padding: 0; - - /* Start with 10px for base font size so other dimensions can be em based and easily calculable. */ - font-size: 10px; - - /* Allow poster to be vertially aligned. */ - vertical-align: middle; - /* display: table-cell; */ /*This works in Safari but not Firefox.*/ -} - -/* Playback technology elements expand to the width/height of the containing div.