diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-17 12:42:38 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-21 14:00:37 +0200 |
commit | 151c0cbee7b3f8cf01dd0d7a733cc5b904cfde39 (patch) | |
tree | 271a94d0c0896879852415930fb08756a2d317fa /apps | |
parent | 46dcf3e05b893d9e08180ec6826b3e0bb4206323 (diff) | |
download | nextcloud-server-151c0cbee7b3f8cf01dd0d7a733cc5b904cfde39.tar.gz nextcloud-server-151c0cbee7b3f8cf01dd0d7a733cc5b904cfde39.zip |
Unwanted css for trashbin
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_trashbin/css/trash.css | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css index f1096d5924c..2ed57b51918 100644 --- a/apps/files_trashbin/css/trash.css +++ b/apps/files_trashbin/css/trash.css @@ -20,17 +20,3 @@ display: none; } -/* move Deleted Files to bottom of sidebar */ -.nav-trashbin { - position: fixed !important; - bottom: 88px; - width: inherit !important; - background-color: #fff; - border-right: 1px solid #eee; - margin-bottom: 0px !important; -} -/* double padding to account for Deleted files entry, issue with Firefox */ -.app-files #app-navigation > ul li:nth-last-child(2) { - margin-bottom: 88px; -} - |