aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css
diff options
context:
space:
mode:
authorMatthew Caron <matt@mattcaron.net>2014-02-17 12:57:32 -0500
committerMatthew Caron <matt@mattcaron.net>2014-02-17 12:57:54 -0500
commitaa1a50f5b339aaf924bd8ceeb56d919a717aee9a (patch)
treedcef96f7dbf94af17802c99440bd328eb2b87fba /apps/files_sharing/css
parent2887fb1f4816546c11a5c9994a293bf78f98081e (diff)
downloadnextcloud-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.css8
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%;