diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-01-09 18:37:16 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-01-09 18:37:16 +0000 |
commit | 1b1c510ff99cfca216082926e5ce9e2e981b2506 (patch) | |
tree | ae25be505ae388435276a44a7755186c70ebe5e7 /public | |
parent | c22f60271f7c6726a28b2a319041c11b2a782b5e (diff) | |
download | redmine-1b1c510ff99cfca216082926e5ce9e2e981b2506.tar.gz redmine-1b1c510ff99cfca216082926e5ce9e2e981b2506.zip |
Ability to add non-member users as watchers (#5159).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8592 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index ff065b85e..9c255f92e 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -495,6 +495,9 @@ div#tab-content-members fieldset legend, div#tab-content-memberships fieldset le div#tab-content-members fieldset label, div#tab-content-memberships fieldset label, div#tab-content-users fieldset label { display: block; } div#tab-content-members fieldset div, div#tab-content-users fieldset div { max-height: 400px; overflow:auto; } +#users_for_watcher {height: 200px; overflow:auto;} +#users_for_watcher label {display: block;} + table.members td.group { padding-left: 20px; background: url(../images/group.png) no-repeat 0% 50%; } input#principal_search, input#user_search {width:100%} |