diff options
author | Frank Karlitschek <frank@owncloud.org> | 2014-06-26 17:48:55 -0400 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2014-06-26 17:48:55 -0400 |
commit | 2daffbc44ec8c2f2c3c580cf6389e5b0b5a48506 (patch) | |
tree | 9494f0e9a1caab0c230ba4b4e08fc5e395a10c61 /apps/files_trashbin | |
parent | 1b1bebdcb20ad496fab9eeceeeb8bc4ca9422259 (diff) | |
parent | cbd5e31d33d30c1c68a74e5db2312c86e40f541d (diff) | |
download | nextcloud-server-2daffbc44ec8c2f2c3c580cf6389e5b0b5a48506.tar.gz nextcloud-server-2daffbc44ec8c2f2c3c580cf6389e5b0b5a48506.zip |
Merge pull request #9051 from owncloud/Bagera-master
Fix delete action height
Diffstat (limited to 'apps/files_trashbin')
-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; +} |