Skip to content

Commit

Permalink
Center align the footer file number & size summary
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Christoph Borchardt <[email protected]>
  • Loading branch information
jancborchardt committed Oct 3, 2018
1 parent 26e148e commit 7fbe82b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
}
}

0 comments on commit 7fbe82b

Please sign in to comment.