diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-20 17:49:41 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-24 15:14:20 +0100 |
commit | fcac7d8c1315ac7ab686233e2296329c865e1312 (patch) | |
tree | 8e80c434810a971feac5bc6f54c4e356ed6b6539 /apps/files | |
parent | e5fd6816df55b8085bfef8891e16083dd4111bc1 (diff) | |
download | nextcloud-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.css | 4 |
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, |