]> source.dussan.org Git - nextcloud-server.git/commitdiff
move Deleted Files to bottom of sidebar
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 2 Jun 2014 15:32:36 +0000 (17:32 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 2 Jun 2014 15:33:42 +0000 (17:33 +0200)
apps/files/css/files.css
core/css/apps.css

index e3a6f8aa137c8538e69edfdce8d824f608fcea8a..11cbc4b7f5713bc68035d2c58f06c84a4767c3a3 100644 (file)
        width: 230px;
 }
 
+/* move Deleted Files to bottom of sidebar */
+.nav-trashbin {
+       position: absolute !important;
+       bottom: 0;
+}
+
 .app-files #app-settings {
        width: 229px; /* DUH */
 }
index 377878467c0be2f8c84abe06d8f108bfb83e8162..83569398cecdb94aec4302ebd4c2504929f7cc3c 100644 (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;