diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-06-12 17:03:54 -0500 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-06-13 11:17:45 +0200 |
commit | 2fe2b5a1d02d07d745525d52f1ac2cb9804c4173 (patch) | |
tree | da89520f8ef162bdc50d147c9f951b4b39498d72 /apps/files_trashbin | |
parent | b481fa40ef5cd3ae0f6cb1e17b6765197baa2340 (diff) | |
download | nextcloud-server-2fe2b5a1d02d07d745525d52f1ac2cb9804c4173.tar.gz nextcloud-server-2fe2b5a1d02d07d745525d52f1ac2cb9804c4173.zip |
Put the quota bar to the bottom
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/css/trash.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css index f150e557231..f1096d5924c 100644 --- a/apps/files_trashbin/css/trash.css +++ b/apps/files_trashbin/css/trash.css @@ -20,20 +20,17 @@ display: none; } -#app-navigation > ul { - padding-bottom: 44px; -} - /* move Deleted Files to bottom of sidebar */ .nav-trashbin { position: fixed !important; - bottom: 44px; + 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: 44px; + margin-bottom: 88px; } |