From fcac7d8c1315ac7ab686233e2296329c865e1312 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 20 Mar 2015 17:49:41 +0100 Subject: [PATCH] double padding to account for Deleted files entry, issue with Firefox --- apps/files/css/files.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index d5f3d501d4..6508a5c0bd 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -110,6 +110,10 @@ width: inherit !important; background-color: #f5f5f5; } +/* double padding to account for Deleted files entry, issue with Firefox */ +.app-files #app-navigation > ul li:nth-last-child(2) { + margin-bottom: 44px; +} #filestable tbody tr { background-color:#fff; height:40px; } #filestable tbody tr:hover,