fix padding for last cell in summary of trashbin

This commit is contained in:
Morris Jobke 2014-06-26 16:58:49 +02:00
parent bc65b25303
commit cbd5e31d33
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}