From: Jan-Christoph Borchardt Date: Mon, 2 Jun 2014 15:32:36 +0000 (+0200) Subject: move Deleted Files to bottom of sidebar X-Git-Tag: v7.0.0alpha2~152^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cd61fb06ebb59889a9368b34ab432f2f6a155d2e;p=nextcloud-server.git move Deleted Files to bottom of sidebar --- diff --git a/apps/files/css/files.css b/apps/files/css/files.css index e3a6f8aa137..11cbc4b7f57 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 377878467c0..83569398cec 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;