Browse Source

Hide the size in the trashbin summary row

This also fixes the extra spacing that appearing on the right of the
table.
remotes/origin/ldap_group_count
Vincent Petry 12 years ago
parent
commit
52248d4d81
  1. 3
      apps/files_trashbin/css/trash.css

3
apps/files_trashbin/css/trash.css

@ -15,3 +15,6 @@
#app-content-trashbin .summary :last-child {
padding: 0;
}
#app-content-trashbin #filestable .summary .filesize {
display: none;
}
Loading…
Cancel
Save