diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2014-06-26 16:58:49 +0200 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2014-06-26 16:58:49 +0200 |
commit | cbd5e31d33d30c1c68a74e5db2312c86e40f541d (patch) | |
tree | f6a3719efe509055a3e2f84f94c6a29c97cbf8cd /apps/files_trashbin/css | |
parent | bc65b25303e392fa5c10062a98425c54c8342292 (diff) | |
download | nextcloud-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.css | 4 |
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; +} |