Browse Source

Merge pull request #7211 from mattcaron/master

Fit shared videos to viewer, just like images. Issue #1648
remotes/origin/ldap_group_count
Vincent Petry 12 years ago
parent
commit
5a80339b51
  1. 5
      apps/files_sharing/css/public.css

5
apps/files_sharing/css/public.css

@ -66,7 +66,8 @@ p.info a {
margin:0 auto;
}
#imgframe img {
#imgframe img,
#imgframe video {
max-height:100%;
max-width:100%;
}
@ -76,6 +77,8 @@ p.info a {
margin-top: 10%;
}
thead {
padding-left: 0 !important; /* fixes multiselect bar offset on shared page */
}

Loading…
Cancel
Save