diff --git a/apps/files/css/files.css b/apps/files/css/files.css index f8308f9329..287dedc23f 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -473,12 +473,12 @@ a.action>img { } .summary td { - padding-top: 8px; - padding-bottom: 8px; + padding-top: 20px; + padding-bottom: 250px; border-bottom: none; } .summary .info { - margin-left: 55px; + margin-left: 40px; } #scanning-message{ top:40%; left:40%; position:absolute; display:none; } diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css index fe876899b4..780b7ac844 100644 --- a/apps/files/css/mobile.css +++ b/apps/files/css/mobile.css @@ -22,6 +22,10 @@ table td.date { table td { padding: 0; } +/* and accordingly fix left margin of file list summary on mobile */ +.summary .info { + margin-left: 55px; +} /* remove shift for multiselect bar to account for missing navigation */ table.multiselect thead {