[Pkg-owncloud-commits] [owncloud] 65/273: fix padding for last cell in summary of trashbin

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 03:12:58 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit cbd5e31d33d30c1c68a74e5db2312c86e40f541d
Author: Morris Jobke <morris.jobke at gmail.com>
Date:   Thu Jun 26 16:58:49 2014 +0200

    fix padding for last cell in summary of trashbin
---
 apps/files_trashbin/css/trash.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css
index 04b4a17..64e462e 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;
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list