]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixes header going down in trash bin app.
authorraghunayyar <me@iraghu.com>
Thu, 16 Jan 2014 15:30:15 +0000 (21:00 +0530)
committerraghunayyar <me@iraghu.com>
Thu, 16 Jan 2014 15:30:57 +0000 (21:00 +0530)
apps/files_trashbin/css/trash.css

index a85ee3f5a6dbc510a93e77d738cf10bca10b1494..b32c2df591de6385bb8f82d87099e7fc81195ca0 100644 (file)
@@ -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