From b2ea19f9fb121b367449b07214aac2dfd7820f55 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 24 May 2013 11:19:32 -0400 Subject: [PATCH] more mobile playback fixes --- dashboard-ui/css/site.css | 20 ++++++++++++++++++++ dashboard-ui/library.html | 2 +- dashboard-ui/scripts/site.js | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 24568f953b..55d77ba342 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -846,6 +846,26 @@ input[type="range"]::-ms-fill-upper { } +@media all and (max-width: 500px) { + .volumeButton, .volumeSlider, .fullscsreenButton { + display: none!important; + } + + .positionSlider { + width: 50px; + } + + .itemVideo:not(.fullscreenVideo) { + left: -300px; + } +} + +@media all and (max-width: 750px) { + .positionSlider { + width: 50px; + } +} + /* VideoJS overrides */ #videoWindow.tubecss .vjs-menu-button { diff --git a/dashboard-ui/library.html b/dashboard-ui/library.html index 2d87a75fe0..772559ad94 100644 --- a/dashboard-ui/library.html +++ b/dashboard-ui/library.html @@ -32,7 +32,7 @@
-
Define images for collections by browsing and editing.
+
Define images by browsing and editing collections.
';