Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-10-12 17:21:27 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-12 17:21:27 +0300
commit3444d620634effdf00fb8c364ae7dada797fbf82 (patch)
treef9399462ada439e5f8e7f5f24352218e54ded396 /apps/files/css/files.css
parent64a8d016946560182f107e48b9fcc81e517b6945 (diff)
Revert "Revert "Move trashbin specific CSS that modifies sidebar""
This reverts commit 0738ddfb768c541e8a6b112fb2cd12d15676a0ab.
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r--apps/files/css/files.css13
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index d0a2cce1a86..bdb02c20546 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -85,19 +85,6 @@
background-image: url('../img/delete.svg');
}
-/* move Deleted Files to bottom of sidebar */
-.nav-trashbin {
- position: fixed !important;
- bottom: 44px;
- width: inherit !important;
- background-color: #fff;
- border-right: 1px solid #eee;
-}
-/* double padding to account for Deleted files entry, issue with Firefox */
-.app-files #app-navigation > ul li:nth-last-child(2) {
- margin-bottom: 44px;
-}
-
#app-navigation .nav-files a.nav-icon-files {
width: auto;
}