[Pkg-owncloud-commits] [owncloud] 105/121: fix multiselect bar offset on shared page

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 16:44:41 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 80d3f30ada7e33c7366338271ecf3602f870f7cb
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Tue Aug 19 15:51:10 2014 +0200

    fix multiselect bar offset on shared page
---
 apps/files_sharing/css/public.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index dd0ae11..10081e2 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -44,8 +44,9 @@ p.info a {
 	max-width:100%;
 }
 
+/* fix multiselect bar offset on shared page */
 thead {
-	padding-left: 0 !important; /* fixes multiselect bar offset on shared page */
+	left: 0 !important;
 }
 
 #data-upload-form {

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