diff options
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 15 | ||||
-rw-r--r-- | apps/files/css/mobile.css | 4 |
2 files changed, 12 insertions, 7 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 3bc6640481c..287dedc23f2 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -230,10 +230,9 @@ table td.filename a.name { } table tr[data-type="dir"] td.filename a.name span.nametext {font-weight:bold; } table td.filename input.filename { - width: 80%; - font-size: 14px; - margin-top: 0; - margin-left: 2px; + width: 70%; + margin-top: 1px; + margin-left: 48px; cursor: text; } table td.filename a, table td.login, table td.logout, table td.download, table td.upload, table td.create, table td.delete { padding:3px 8px 8px 3px; } @@ -326,6 +325,7 @@ table td.filename .uploadtext { filter: alpha(opacity=0); opacity: 0; float: left; + top: 0; margin: 32px 0 4px 32px; /* bigger clickable area doesn’t work in FF width:2.8em; height:2.4em;*/ } /* Show checkbox when hovering, checked, or selected */ @@ -356,6 +356,7 @@ table td.filename .uploadtext { } #fileList tr td.filename>input[type="checkbox"] + label { left: 0; + top: 0; } .select-all + label { top: 0; @@ -472,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 fe876899b4a..780b7ac8443 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 { |