[Pkg-owncloud-commits] [owncloud] 260/273: Hide the size in the trashbin summary row

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 03:13:24 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 52248d4d81ff6f4aa56b80d8ca098583dcf46225
Author: Vincent Petry <pvince81 at owncloud.com>
Date:   Thu Jul 3 17:16:50 2014 +0200

    Hide the size in the trashbin summary row
    
    This also fixes the extra spacing that appearing on the right of the
    table.
---
 apps/files_trashbin/css/trash.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css
index 64e462e..15a9249 100644
--- a/apps/files_trashbin/css/trash.css
+++ b/apps/files_trashbin/css/trash.css
@@ -15,3 +15,6 @@
 #app-content-trashbin .summary :last-child {
 	padding: 0;
 }
+#app-content-trashbin #filestable .summary .filesize {
+	display: none;
+}

-- 
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