move Deleted Files to bottom of sidebar

This commit is contained in:
Jan-Christoph Borchardt 2014-06-02 17:32:36 +02:00
parent bdfad3440c
commit cd61fb06eb
2 changed files with 7 additions and 0 deletions

View File

@ -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 */
}

View File

@ -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;