[Pkg-owncloud-commits] [owncloud] 255/273: fix checkbox shifting when rename input appears

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 c7101d26db78954ebc772dc6286ce43c7c144f83
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Thu Jul 3 13:34:12 2014 +0200

    fix checkbox shifting when rename input appears
---
 apps/files/css/files.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index ff6c6a6..f8308f9 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -325,6 +325,7 @@ table td.filename .uploadtext {
 	filter: alpha(opacity=0);
 	opacity: 0;
 	float: left;
+	top: 0;
 	margin: 32px 0 4px 32px; /* bigger clickable area doesn’t work in FF width:2.8em; height:2.4em;*/
 }
 /* Show checkbox when hovering, checked, or selected */
@@ -355,6 +356,7 @@ table td.filename .uploadtext {
 }
 #fileList tr td.filename>input[type="checkbox"] + label {
 	left: 0;
+	top: 0;
 }
 .select-all + label {
 	top: 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