diff --git a/gui/slick/interfaces/default/displayShow.tmpl b/gui/slick/interfaces/default/displayShow.tmpl index 21c99668..3a8a77b3 100644 --- a/gui/slick/interfaces/default/displayShow.tmpl +++ b/gui/slick/interfaces/default/displayShow.tmpl @@ -11,8 +11,13 @@ #set $exceptions_string = " | ".join($show.exceptions) #include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_top.tmpl") - - + + + + + @@ -30,10 +35,6 @@ + + + + + + + + + + + + diff --git a/gui/slick/js/video-js/font/vjs.eot b/gui/slick/js/video-js/font/vjs.eot new file mode 100644 index 00000000..a2c0f5f2 Binary files /dev/null and b/gui/slick/js/video-js/font/vjs.eot differ diff --git a/gui/slick/js/video-js/font/vjs.svg b/gui/slick/js/video-js/font/vjs.svg new file mode 100644 index 00000000..fa6aa7b5 --- /dev/null +++ b/gui/slick/js/video-js/font/vjs.svg @@ -0,0 +1,28 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/gui/slick/js/video-js/font/vjs.ttf b/gui/slick/js/video-js/font/vjs.ttf new file mode 100644 index 00000000..682a9b21 Binary files /dev/null and b/gui/slick/js/video-js/font/vjs.ttf differ diff --git a/gui/slick/js/video-js/font/vjs.woff b/gui/slick/js/video-js/font/vjs.woff new file mode 100644 index 00000000..de982064 Binary files /dev/null and b/gui/slick/js/video-js/font/vjs.woff differ diff --git a/gui/slick/js/video-js/video-js.css b/gui/slick/js/video-js/video-js.css new file mode 100644 index 00000000..a58f4da5 --- /dev/null +++ b/gui/slick/js/video-js/video-js.css @@ -0,0 +1,904 @@ +/*! +Video.js Default Styles (http://videojs.com) +Version 4.6.3 +Create your own skin at http://designer.videojs.com +*/ +/* SKIN +================================================================================ +The main class name for all skin-specific styles. To make your own skin, +replace all occurances of 'vjs-default-skin' with a new name. Then add your new +skin name to your video tag instead of the default skin. +e.g.