[Pkg-owncloud-commits] [owncloud] 50/145: fix multiselect bar being too short on big displays

David Prévot taffit at moszumanska.debian.org
Wed Feb 26 16:27: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 916122b1664654a5486d300f0a7674d6ac6ce699
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date:   Wed Feb 5 11:29:39 2014 +0100

    fix multiselect bar being too short on big displays
---
 apps/files/css/files.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 1de705f..1c48d61 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -103,7 +103,7 @@ table td {
 }
 table th#headerName {
 	position: relative;
-	width: 100em; /* not really sure why this works better than 100% … table styling */
+	width: 9999px; /* not really sure why this works better than 100% … table styling */
 	padding: 0;
 }
 #headerName-container {

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