]> source.dussan.org Git - nextcloud-server.git/commitdiff
Hide the size in the trashbin summary row
authorVincent Petry <pvince81@owncloud.com>
Thu, 3 Jul 2014 15:16:50 +0000 (17:16 +0200)
committerVincent Petry <pvince81@owncloud.com>
Thu, 3 Jul 2014 15:16:50 +0000 (17:16 +0200)
This also fixes the extra spacing that appearing on the right of the
table.

apps/files_trashbin/css/trash.css

index 64e462e2e8a7c28cbedb915aa4f6fe03e4372e4a..15a9249d7b297537b8dec05a1d166440db51eb21 100644 (file)
@@ -15,3 +15,6 @@
 #app-content-trashbin .summary :last-child {
        padding: 0;
 }
+#app-content-trashbin #filestable .summary .filesize {
+       display: none;
+}