From dca5a03f8bd05364dbc321a9a5acc66cb06451a8 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 5 Jun 2014 13:23:08 +0200 Subject: [PATCH] fix files multiselect bar now that the app list is gone --- apps/files/css/files.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index acdeaf17fde..c5c8edd0971 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -225,7 +225,7 @@ table.multiselect thead { z-index: 10; -moz-box-sizing: border-box; box-sizing: border-box; - left: 310px; /* main nav bar + sidebar */ + left: 230px; /* sidebar */ } table.multiselect thead th { -- 2.39.5