diff options
author | raghunayyar <me@iraghu.com> | 2014-01-16 21:00:15 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2014-01-16 21:00:57 +0530 |
commit | b7b83377c57189d262d3c2f92cdb864b35afc3b1 (patch) | |
tree | d00d52ee780d1b0c6a20bce2ff0592624d2cc313 | |
parent | 2233aa2a049f0b0fcb3a8f24fe2957d926339a93 (diff) | |
download | nextcloud-server-b7b83377c57189d262d3c2f92cdb864b35afc3b1.tar.gz nextcloud-server-b7b83377c57189d262d3c2f92cdb864b35afc3b1.zip |
Fixes header going down in trash bin app.
-rw-r--r-- | apps/files_trashbin/css/trash.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css index a85ee3f5a6d..b32c2df591d 100644 --- a/apps/files_trashbin/css/trash.css +++ b/apps/files_trashbin/css/trash.css @@ -2,4 +2,4 @@ cursor: default; } .trash-controls { top: 45px; } -.trash-filestable { top: 5px !important; } /* To avoid the clashes with #filestable in files */
\ No newline at end of file +.trash-filestable { top: -35px !important; } /* To avoid the clashes with #filestable in files */
\ No newline at end of file |