]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix position of 'Deleted files' sidebar entry, fix #10815
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 17 Mar 2015 17:44:18 +0000 (18:44 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 18 Mar 2015 12:31:16 +0000 (13:31 +0100)
apps/files/css/files.css
core/css/apps.css

index 1d6b4ad9e07145fd724080b044c3fd8908d5d00c..d5f3d501d4beb4ff4a940890569f2b743074a0e8 100644 (file)
 
 /* 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; }
index c5292a1e6c65e47b90ccd89c1bc609e5fa54c5d1..c36c833bfdd351cef9e4c5a97bf439de6909ce91 100644 (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;