From cd61fb06ebb59889a9368b34ab432f2f6a155d2e Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 2 Jun 2014 17:32:36 +0200 Subject: [PATCH] move Deleted Files to bottom of sidebar --- apps/files/css/files.css | 6 ++++++ core/css/apps.css | 1 + 2 files changed, 7 insertions(+) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index e3a6f8aa13..11cbc4b7f5 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -116,6 +116,12 @@ width: 230px; } +/* move Deleted Files to bottom of sidebar */ +.nav-trashbin { + position: absolute !important; + bottom: 0; +} + .app-files #app-settings { width: 229px; /* DUH */ } diff --git a/core/css/apps.css b/core/css/apps.css index 377878467c..83569398ce 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -19,6 +19,7 @@ padding-bottom: 44px; } #app-navigation > ul { + position: relative; height: 100%; overflow: auto; -moz-box-sizing: border-box; box-sizing: border-box;