fix position of 'Deleted files' sidebar entry, fix #10815

This commit is contained in:
Jan-Christoph Borchardt 2015-03-17 18:44:18 +01:00
parent ccc9db6c54
commit e5fd6816df
2 changed files with 5 additions and 2 deletions

View File

@ -105,8 +105,10 @@
/* move Deleted Files to bottom of sidebar */
.nav-trashbin {
position: absolute !important;
bottom: 0;
position: fixed !important;
bottom: 44px;
width: inherit !important;
background-color: #f5f5f5;
}
#filestable tbody tr { background-color:#fff; height:40px; }

View File

@ -32,6 +32,7 @@
#app-navigation > ul {
position: relative;
height: 100%;
width: inherit;
overflow: auto;
padding-bottom: 44px;
-moz-box-sizing: border-box; box-sizing: border-box;