Skip to content
Snippets Groups Projects
Commit d0a005ea authored by Robin Appelman's avatar Robin Appelman
Browse files

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

parent ad360296
No related branches found
No related tags found
No related merge requests found
......@@ -34,9 +34,8 @@ body {
background:#eee;
border-bottom:1px solid #f8f8f8;
min-height:30em;
padding-top:2em;
text-align:center;
margin:50px auto;
margin:45px auto;
}
#noPreview {
......@@ -60,6 +59,7 @@ p.info a {
#imgframe {
height:75%;
padding-bottom:2em;
padding-top:2em;
width:80%;
margin:0 auto;
}
......@@ -67,4 +67,4 @@ p.info a {
#imgframe img {
max-height:100%;
max-width:100%;
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment