]> source.dussan.org Git - nextcloud-server.git/commitdiff
Sharing: fix position of file list in public link view of folder
authorRobin Appelman <icewind@owncloud.com>
Mon, 11 Feb 2013 10:20:51 +0000 (11:20 +0100)
committerRobin Appelman <icewind@owncloud.com>
Mon, 11 Feb 2013 10:20:51 +0000 (11:20 +0100)
apps/files_sharing/css/public.css

index 492014344f7318f6bba9f77e4ffb6c686cdd6199..110a0028a0794b351ea31e49328361bd76538be7 100644 (file)
@@ -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
+}