From 3444d620634effdf00fb8c364ae7dada797fbf82 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Mon, 12 Oct 2015 16:21:27 +0200 Subject: Revert "Revert "Move trashbin specific CSS that modifies sidebar"" This reverts commit 0738ddfb768c541e8a6b112fb2cd12d15676a0ab. --- apps/files_trashbin/css/trash.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'apps/files_trashbin/css') diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css index 15a9249d7b2..053e2e7002c 100644 --- a/apps/files_trashbin/css/trash.css +++ b/apps/files_trashbin/css/trash.css @@ -18,3 +18,21 @@ #app-content-trashbin #filestable .summary .filesize { display: none; } + +#app-navigation > ul { + padding-bottom: 44px; +} + +/* 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; +} + -- cgit v1.2.3