[Pkg-owncloud-commits] [owncloud] 197/215: force minimum multiselect width to properly show longer groups

David Prévot taffit at moszumanska.debian.org
Tue May 5 01:01:50 UTC 2015


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

taffit pushed a commit to branch stable8
in repository owncloud.

commit 8ccf1c85d9794e0664b5aae45080bc86de9b8cb7
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Fri May 1 13:51:01 2015 -0400

    force minimum multiselect width to properly show longer groups
---
 core/css/multiselect.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/css/multiselect.css b/core/css/multiselect.css
index b3393c4..274cec8 100644
--- a/core/css/multiselect.css
+++ b/core/css/multiselect.css
@@ -51,7 +51,7 @@ ul.multiselectoptions > li input[type='checkbox']:checked+label {
 div.multiselect, select.multiselect {
 	display: inline-block;
 	max-width: 200px;
-	min-width: 150px;
+	min-width: 150px !important;
 	padding-right: 10px;
 	min-height: 20px;
 	position: relative;

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