]> source.dussan.org Git - nextcloud-server.git/commitdiff
reduce bottom padding in filelist, fix perceived glitching, fix #11213
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 7 Oct 2014 08:44:01 +0000 (10:44 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 7 Oct 2014 08:44:01 +0000 (10:44 +0200)
apps/files/css/files.css

index 35c5fa8926ebda9e701012da10fa4228e75488fb..29d25ed0b0b85b8a5f95a53b01eb82d5ca5921b4 100644 (file)
@@ -492,7 +492,7 @@ a.action>img {
 
 .summary td {
        padding-top: 20px;
-       padding-bottom: 250px;
+       padding-bottom: 150px;
        border-bottom: none;
 }
 .summary .info {