From 7ea061e6f0464d8c2228338e867943d802732f5f Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 24 Mar 2015 15:26:17 +0100 Subject: [PATCH] correctly align file list summary when the list has the favorite feature --- apps/files/css/files.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index d546f346ce..6db6cea616 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -582,6 +582,9 @@ table tr.summary td { .summary .info { margin-left: 40px; } +.has-favorites .summary .info { + margin-left: 90px; +} #scanning-message{ top:40%; left:40%; position:absolute; display:none; }