From 2887fb1f4816546c11a5c9994a293bf78f98081e Mon Sep 17 00:00:00 2001 From: Matthew Caron Date: Fri, 14 Feb 2014 16:09:19 -0500 Subject: [PATCH] Fit shared videos to viewer, just like images. Issue #1648 --- apps/files_sharing/css/public.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 21f0c82b82..2d569fd77d 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -71,11 +71,18 @@ p.info a { max-width:100%; } +#imgframe video { + max-height:100%; + max-width:100%; +} + /* some margin for the file type icon */ #imgframe .publicpreview { margin-top: 10%; } + + thead { padding-left: 0 !important; /* fixes multiselect bar offset on shared page */ }