Fit shared videos to viewer, just like images. Issue #1648

remotes/origin/ldap_group_count
Matthew Caron 11 years ago
parent 41f0ad2d13
commit 2887fb1f48
  1. 7
      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 */
}

Loading…
Cancel
Save