diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-03-27 18:10:36 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-03-27 18:10:36 +0000 |
commit | 90810c0741bb4ef589ea9ea7c8fd7e353d939500 (patch) | |
tree | 1f922070a6212c671d62e41036ed8c2bc10dd292 /public | |
parent | c77806738adaf718642c93c1db1be3dab2bc6e37 (diff) | |
download | redmine-90810c0741bb4ef589ea9ea7c8fd7e353d939500.tar.gz redmine-90810c0741bb4ef589ea9ea7c8fd7e353d939500.zip |
Ability to add multiple project members in a single action (#1556).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2635 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 843860f44..f156b5fc4 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -324,6 +324,16 @@ p.other-formats { text-align: right; font-size:0.9em; color: #666; } a.atom { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; } +/* Project members tab */ +div#tab-content-members .splitcontentleft { width: 64% } +div#tab-content-members .splitcontentright { width: 34% } +div#tab-content-members fieldset { margin-top: -8px; padding-top:0.6em; margin-bottom: 1em; } +div#tab-content-members fieldset legend { font-weight: bold; } +div#tab-content-members fieldset label { display: block; } +div#tab-content-members fieldset div { max-height: 400px; overflow:auto; } + +* html div#tab-content-members fieldset div { height: 450px; } + /***** Flash & error messages ****/ #errorExplanation, div.flash, .nodata, .warning { padding: 4px 4px 4px 30px; |