From 5a8b369754b9df7b1dbf5e687d6af2d06394be18 2013-03-01 11:01:28 From: Jean-Philippe Lang Date: 2013-03-01 11:01:28 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 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index c6035ef..506c1f0 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;}