diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-02-11 11:20:51 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-02-11 11:20:51 +0100 |
commit | d0a005ea979f7f6ddc6ed28b8b346878ce3f41b9 (patch) | |
tree | cef645a984fa0aa834eccc55aa34a4a0fbf50770 /apps/files_sharing | |
parent | ad360296b940c20b57da9316b079497e0c1c1256 (diff) | |
download | nextcloud-server-d0a005ea979f7f6ddc6ed28b8b346878ce3f41b9.tar.gz nextcloud-server-d0a005ea979f7f6ddc6ed28b8b346878ce3f41b9.zip |
Sharing: fix position of file list in public link view of folder
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/css/public.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 492014344f7..110a0028a07 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -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 +} |