diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-03-01 11:01:28 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-03-01 11:01:28 +0000 |
commit | 5a8b369754b9df7b1dbf5e687d6af2d06394be18 (patch) | |
tree | 5ceef550a4ed592d67d697a27d7703448be38501 /public | |
parent | cfcc9069e5269a8acd3787beab759af5c161ee6d (diff) | |
download | redmine-5a8b369754b9df7b1dbf5e687d6af2d06394be18.tar.gz redmine-5a8b369754b9df7b1dbf5e687d6af2d06394be18.zip |
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
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 2 insertions, 0 deletions
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;} |