From 3e25dcfb3e882f4b93988aa7d9b4d4b39baa714f Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Sun, 17 Sep 2017 12:39:57 +0200 Subject: Add pinned class to trashbin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files_trashbin/appinfo/app.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/files_trashbin') diff --git a/apps/files_trashbin/appinfo/app.php b/apps/files_trashbin/appinfo/app.php index d4e44b78850..d97f2cd84e5 100644 --- a/apps/files_trashbin/appinfo/app.php +++ b/apps/files_trashbin/appinfo/app.php @@ -36,5 +36,6 @@ 'script' => 'list.php', 'order' => 50, 'name' => $l->t('Deleted files'), + 'classes' => 'pinned', ]; }); -- cgit v1.2.3 From 151c0cbee7b3f8cf01dd0d7a733cc5b904cfde39 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Sun, 17 Sep 2017 12:42:38 +0200 Subject: Unwanted css for trashbin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files_trashbin/css/trash.css | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'apps/files_trashbin') 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; -} - -- cgit v1.2.3