diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-12 13:59:29 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-12 13:59:29 +0200 |
commit | 0738ddfb768c541e8a6b112fb2cd12d15676a0ab (patch) | |
tree | fc8064ffdaed53602fcc2cc6573a55ce55dfd6c5 /apps/files/css/files.css | |
parent | 0036c637fcafe121cd964f29ad998c9b1bfc31ec (diff) | |
download | nextcloud-server-0738ddfb768c541e8a6b112fb2cd12d15676a0ab.tar.gz nextcloud-server-0738ddfb768c541e8a6b112fb2cd12d15676a0ab.zip |
Revert "Move trashbin specific CSS that modifies sidebar"
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r-- | apps/files/css/files.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index bdb02c20546..d0a2cce1a86 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -85,6 +85,19 @@ 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; } |