]> source.dussan.org Git - nextcloud-server.git/commitdiff
show publicly shared image on full width, without margin
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 16 Jan 2014 14:32:23 +0000 (15:32 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 16 Jan 2014 14:32:23 +0000 (15:32 +0100)
apps/files_sharing/css/public.css

index d593d353dd76d615aec5658683aba953a65f5230..75c37f6a1c31a9ae133745198bd5980dfe4caba6 100644 (file)
@@ -60,11 +60,9 @@ p.info a {
 }
 
 #imgframe {
-       height:75%;
-       padding-bottom:2em;
-       padding-top:2em;
-       width:80%;
-       margin:0 auto;
+       width: 100%;
+       padding: 0;
+       margin-bottom: 35px;
 }
 
 #imgframe img {