]> source.dussan.org Git - nextcloud-server.git/commitdiff
double padding to account for Deleted files entry, issue with Firefox
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 20 Mar 2015 16:49:41 +0000 (17:49 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 24 Mar 2015 14:14:20 +0000 (15:14 +0100)
apps/files/css/files.css

index d5f3d501d4beb4ff4a940890569f2b743074a0e8..6508a5c0bd640b1f7b205edb469b3f158080e7b0 100644 (file)
        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,