From 5a8b369754b9df7b1dbf5e687d6af2d06394be18 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 1 Mar 2013 11:01:28 +0000 Subject: [PATCH] Project select for new membership overflows with long project names. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11511 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index c6035ef88..506c1f005 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -567,6 +567,8 @@ textarea.text_cf {width:90%;} #tab-content-members fieldset label, #tab-content-memberships fieldset label, #tab-content-users fieldset label {display: block;} #tab-content-members #principals, #tab-content-users #principals {max-height: 400px; overflow: auto;} +#tab-content-memberships .splitcontentright select {width:90%} + #users_for_watcher {height: 200px; overflow:auto;} #users_for_watcher label {display: block;}