aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/css
diff options
context:
space:
mode:
authorMorris Jobke <morris.jobke@gmail.com>2014-06-26 16:58:49 +0200
committerMorris Jobke <morris.jobke@gmail.com>2014-06-26 16:58:49 +0200
commitcbd5e31d33d30c1c68a74e5db2312c86e40f541d (patch)
treef6a3719efe509055a3e2f84f94c6a29c97cbf8cd /apps/files_trashbin/css
parentbc65b25303e392fa5c10062a98425c54c8342292 (diff)
downloadnextcloud-server-cbd5e31d33d30c1c68a74e5db2312c86e40f541d.tar.gz
nextcloud-server-cbd5e31d33d30c1c68a74e5db2312c86e40f541d.zip
fix padding for last cell in summary of trashbin
Diffstat (limited to 'apps/files_trashbin/css')
-rw-r--r--apps/files_trashbin/css/trash.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css
index 04b4a175c83..64e462e2e8a 100644
--- a/apps/files_trashbin/css/trash.css
+++ b/apps/files_trashbin/css/trash.css
@@ -11,3 +11,7 @@
#app-content-trashbin tbody tr[data-type="file"] td a.name span {
cursor: default;
}
+
+#app-content-trashbin .summary :last-child {
+ padding: 0;
+}