diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-02-24 16:44:47 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-02-24 16:44:47 -0500 |
commit | a402e42167b6d27ca4f1bc8ba3356c01ca97ff43 (patch) | |
tree | 43553f0e83e7679d7ddf3303398b74ec94e00fb6 | |
parent | eda95969f941d27b9f3698ab989a3a9bdcc5dd9c (diff) | |
download | librevideojs-html5-player-a402e42167b6d27ca4f1bc8ba3356c01ca97ff43.tar.lz librevideojs-html5-player-a402e42167b6d27ca4f1bc8ba3356c01ca97ff43.tar.xz librevideojs-html5-player-a402e42167b6d27ca4f1bc8ba3356c01ca97ff43.zip |
correction style css
-rw-r--r-- | librevideojs-html5-player.php | 1 | ||||
-rw-r--r-- | librevideojs/css/quality-selector.css | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/librevideojs-html5-player.php b/librevideojs-html5-player.php index b856c25..b6460dd 100644 --- a/librevideojs-html5-player.php +++ b/librevideojs-html5-player.php @@ -232,7 +232,6 @@ EOT; // @license-end </script> $style - <br> EOT; return $output; } diff --git a/librevideojs/css/quality-selector.css b/librevideojs/css/quality-selector.css index 112c1fb..c8a3eca 100644 --- a/librevideojs/css/quality-selector.css +++ b/librevideojs/css/quality-selector.css @@ -32,3 +32,7 @@ ul li.librevjs-menu-title.librevjs-res-menu-title:hover { height: auto; clip: auto; } +/* margin to librevideojs */ +div.LibreVideoJS { + margin-bottom: 20px; +} |