From aa1a50f5b339aaf924bd8ceeb56d919a717aee9a Mon Sep 17 00:00:00 2001 From: Matthew Caron Date: Mon, 17 Feb 2014 12:57:32 -0500 Subject: [PATCH] Consolidate two sections, per code review. Issue #1648 --- apps/files_sharing/css/public.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 2d569fd77d..5246a4b2fe 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -66,16 +66,12 @@ p.info a { margin:0 auto; } -#imgframe img { +#imgframe img, +#imgframe video { max-height:100%; max-width:100%; } -#imgframe video { - max-height:100%; - max-width:100%; -} - /* some margin for the file type icon */ #imgframe .publicpreview { margin-top: 10%;