From fb220a1e09fdc8a6a932567eaaba4639aa150e2e Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 15 Dec 2014 15:12:37 +0100 Subject: [PATCH] shift actions to the left a bit to account for right shift due to favorites action, not not overlap with size info --- apps/files/css/files.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index a767c6a31f0..7d482ccbb7a 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -293,6 +293,7 @@ table td.filename .nametext { } #fileList.has-favorites td.filename a.name { left: 50px; + margin-right: 50px; } table td.filename .nametext .innernametext { -- 2.39.5