summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/files.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index c08de6cfebe..6a2aa604c69 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -842,4 +842,27 @@ table.dragshadow td.size {
text-overflow: ellipsis;
}
}
+
+ /* Center align the footer file number & size summary */
+ tfoot {
+ display: grid;
+
+ .summary {
+ display: inline-block;
+ margin: 0 auto;
+
+ td {
+ padding-top: 50px;
+
+ &:first-child,
+ &.date {
+ display: none;
+ }
+
+ .info {
+ margin-left: 0;
+ }
+ }
+ }
+ }
}