From: Jan-Christoph Borchardt Date: Tue, 7 Oct 2014 08:44:01 +0000 (+0200) Subject: reduce bottom padding in filelist, fix perceived glitching, fix #11213 X-Git-Tag: v8.0.0alpha1~565^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2b8066bff3f4b59cf06c27b52ef5d59a96975846;p=nextcloud-server.git reduce bottom padding in filelist, fix perceived glitching, fix #11213 --- diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 35c5fa8926e..29d25ed0b0b 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -492,7 +492,7 @@ a.action>img { .summary td { padding-top: 20px; - padding-bottom: 250px; + padding-bottom: 150px; border-bottom: none; } .summary .info {