Merge pull request #9420 from owncloud/trashbin-hidesummarysize

Hide the size in the trashbin summary row
remotes/origin/ldap_group_count
Morris Jobke 11 years ago
commit 3cbea82bd0
  1. 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