diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-10-12 11:39:04 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-10-12 11:39:04 +0200 |
commit | 783971422cfd868a3f37377b9e99844a36aa0004 (patch) | |
tree | 09f5d290ed2956cfa48457e36ba22053ed6a161e /apps/files/css | |
parent | 179c0be158a938e720713e38dfd98bcfd43c07f5 (diff) | |
download | nextcloud-server-783971422cfd868a3f37377b9e99844a36aa0004.tar.gz nextcloud-server-783971422cfd868a3f37377b9e99844a36aa0004.zip |
Move trashbin specific CSS that modifies sidebar
Only when trashbin is enabled, its sidebar nav element must be fixed at
the bottom.
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index d0a2cce1a86..bdb02c20546 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -85,19 +85,6 @@ background-image: url('../img/delete.svg'); } -/* move Deleted Files to bottom of sidebar */ -.nav-trashbin { - position: fixed !important; - bottom: 44px; - width: inherit !important; - background-color: #fff; - border-right: 1px solid #eee; -} -/* double padding to account for Deleted files entry, issue with Firefox */ -.app-files #app-navigation > ul li:nth-last-child(2) { - margin-bottom: 44px; -} - #app-navigation .nav-files a.nav-icon-files { width: auto; } |