Sharing: fix position of file list in public link view of folder

This commit is contained in:
Robin Appelman 2013-02-11 11:20:51 +01:00
parent ad360296b9
commit d0a005ea97
1 changed files with 3 additions and 3 deletions

View File

@ -34,9 +34,8 @@ body {
background:#eee; background:#eee;
border-bottom:1px solid #f8f8f8; border-bottom:1px solid #f8f8f8;
min-height:30em; min-height:30em;
padding-top:2em;
text-align:center; text-align:center;
margin:50px auto; margin:45px auto;
} }
#noPreview { #noPreview {
@ -60,6 +59,7 @@ p.info a {
#imgframe { #imgframe {
height:75%; height:75%;
padding-bottom:2em; padding-bottom:2em;
padding-top:2em;
width:80%; width:80%;
margin:0 auto; margin:0 auto;
} }