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

remotes/origin/etag-endpoint
Jan-Christoph Borchardt 10 years ago
parent ccc9db6c54
commit e5fd6816df
  1. 6
      apps/files/css/files.css
  2. 1
      core/css/apps.css

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

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

Loading…
Cancel
Save