diff options
author | Matthew Caron <matt@mattcaron.net> | 2014-02-17 12:57:32 -0500 |
---|---|---|
committer | Matthew Caron <matt@mattcaron.net> | 2014-02-17 12:57:54 -0500 |
commit | aa1a50f5b339aaf924bd8ceeb56d919a717aee9a (patch) | |
tree | dcef96f7dbf94af17802c99440bd328eb2b87fba /apps/files_sharing/css | |
parent | 2887fb1f4816546c11a5c9994a293bf78f98081e (diff) | |
download | nextcloud-server-aa1a50f5b339aaf924bd8ceeb56d919a717aee9a.tar.gz nextcloud-server-aa1a50f5b339aaf924bd8ceeb56d919a717aee9a.zip |
Consolidate two sections, per code review. Issue #1648
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/public.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 2d569fd77da..5246a4b2fec 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%; |