[Pkg-owncloud-commits] [owncloud] 24/85: reduce multiselect max-width from 400 to 200px to not take too much space

David Prévot taffit at moszumanska.debian.org
Tue Jun 17 19:12:41 UTC 2014


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

taffit pushed a commit to branch 6.0
in repository owncloud.

commit 84b239f123226f1cbc787f36c6110c3d6c8b3d88
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Fri May 9 11:09:31 2014 +0200

    reduce multiselect max-width from 400 to 200px to not take too much space
---
 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 0c683ad..4cea85b 100644
--- a/core/css/multiselect.css
+++ b/core/css/multiselect.css
@@ -50,7 +50,7 @@ ul.multiselectoptions > li input[type='checkbox']:checked+label {
 
 div.multiselect, select.multiselect {
 	display: inline-block;
-	max-width: 400px;
+	max-width: 200px;
 	min-width: 150px;
 	min-height: 20px;
 	padding-right: .6em;

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