From b7b83377c57189d262d3c2f92cdb864b35afc3b1 Mon Sep 17 00:00:00 2001
From: raghunayyar <me@iraghu.com>
Date: Thu, 16 Jan 2014 21:00:15 +0530
Subject: [PATCH] Fixes header going down in trash bin app.

---
 apps/files_trashbin/css/trash.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css
index a85ee3f5a6..b32c2df591 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
-- 
GitLab