summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-20 17:49:41 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-24 15:14:20 +0100
commitfcac7d8c1315ac7ab686233e2296329c865e1312 (patch)
tree8e80c434810a971feac5bc6f54c4e356ed6b6539 /apps/files
parente5fd6816df55b8085bfef8891e16083dd4111bc1 (diff)
downloadnextcloud-server-fcac7d8c1315ac7ab686233e2296329c865e1312.tar.gz
nextcloud-server-fcac7d8c1315ac7ab686233e2296329c865e1312.zip
double padding to account for Deleted files entry, issue with Firefox
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/css/files.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index d5f3d501d4b..6508a5c0bd6 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,