From: raghunayyar Date: Thu, 16 Jan 2014 15:30:15 +0000 (+0530) Subject: Fixes header going down in trash bin app. X-Git-Tag: v7.0.0alpha2~890^2~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b7b83377c57189d262d3c2f92cdb864b35afc3b1;p=nextcloud-server.git Fixes header going down in trash bin app. --- 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