summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-25 09:16:49 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-25 09:16:49 +0100
commite188f0e4368ad1b34ecc35fcafa277f0e3946c01 (patch)
tree6417a14f8455dfca9944676e2672fd72ee0ab601 /apps/files
parent9c151d21362e8b91716a03219fc781d7b3c4cc53 (diff)
parentfcac7d8c1315ac7ab686233e2296329c865e1312 (diff)
downloadnextcloud-server-e188f0e4368ad1b34ecc35fcafa277f0e3946c01.tar.gz
nextcloud-server-e188f0e4368ad1b34ecc35fcafa277f0e3946c01.zip
Merge pull request #14970 from owncloud/sidebar-enhancements
sidebar fixes
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/css/files.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 6db6cea6165..d34013db499 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -105,8 +105,14 @@
/* move Deleted Files to bottom of sidebar */
.nav-trashbin {
- position: absolute !important;
- bottom: 0;
+ position: fixed !important;
+ bottom: 44px;
+ 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; }