diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-10-12 11:39:04 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-10-12 11:39:04 +0200 |
commit | 783971422cfd868a3f37377b9e99844a36aa0004 (patch) | |
tree | 09f5d290ed2956cfa48457e36ba22053ed6a161e /core/css | |
parent | 179c0be158a938e720713e38dfd98bcfd43c07f5 (diff) | |
download | nextcloud-server-783971422cfd868a3f37377b9e99844a36aa0004.tar.gz nextcloud-server-783971422cfd868a3f37377b9e99844a36aa0004.zip |
Move trashbin specific CSS that modifies sidebar
Only when trashbin is enabled, its sidebar nav element must be fixed at
the bottom.
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/apps.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 3122a2b48a1..4d3d3e39a37 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -35,7 +35,6 @@ height: 100%; width: inherit; overflow: auto; - padding-bottom: 44px; -moz-box-sizing: border-box; box-sizing: border-box; } #app-navigation li { |