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

This commit is contained in:
Matthew Caron 2014-02-14 16:09:19 -05:00
parent 41f0ad2d13
commit 2887fb1f48
1 changed files with 7 additions and 0 deletions

View File

@ -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 */
}