diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-07-03 17:16:50 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-07-03 17:16:50 +0200 |
commit | 52248d4d81ff6f4aa56b80d8ca098583dcf46225 (patch) | |
tree | 44e4881edc9167d108ffbe7e0c8cfabbd1fc4ad5 /apps/files_trashbin/css | |
parent | a829d07234e06eeeff79cf10ccae7350ec4797bc (diff) | |
download | nextcloud-server-52248d4d81ff6f4aa56b80d8ca098583dcf46225.tar.gz nextcloud-server-52248d4d81ff6f4aa56b80d8ca098583dcf46225.zip |
Hide the size in the trashbin summary row
This also fixes the extra spacing that appearing on the right of the
table.
Diffstat (limited to 'apps/files_trashbin/css')
-rw-r--r-- | apps/files_trashbin/css/trash.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css index 64e462e2e8a..15a9249d7b2 100644 --- a/apps/files_trashbin/css/trash.css +++ b/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; +} |