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

David Prévot taffit at moszumanska.debian.org
Sun May 18 20:09:35 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 4d595f49a0c14e4dee19d3d7e2f7318bfbdc1853
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 8d949e7..b3393c4 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;
 	padding-right: 10px;
 	min-height: 20px;

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