summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/css
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-07-03 17:16:50 +0200
committerVincent Petry <pvince81@owncloud.com>2014-07-03 17:16:50 +0200
commit52248d4d81ff6f4aa56b80d8ca098583dcf46225 (patch)
tree44e4881edc9167d108ffbe7e0c8cfabbd1fc4ad5 /apps/files_trashbin/css
parenta829d07234e06eeeff79cf10ccae7350ec4797bc (diff)
downloadnextcloud-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.css3
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;
+}