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-14 13:49:56 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-14 13:49:56 +0300
commit156108dcdb06d830428557ea443c63a01979621f (patch)
tree0295636279cc4484257fa38d92baa1cd58218e65 /apps/files
parent28d6da815816b01c87dfc857dd6ca16c7cd6ead9 (diff)
parent3444d620634effdf00fb8c364ae7dada797fbf82 (diff)
Merge pull request #19714 from owncloud/trash-deletesectionposition-2
Revert "Revert "Move trashbin specific CSS that modifies sidebar""
Diffstat (limited to 'apps/files')
-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 4afd7193d5e..9936c0b9f6c 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -87,19 +87,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;
}