Swaps out the icon-fav for icon-user on projects#index (#31356).

Patch by Jens Krämer.


git-svn-id: http://svn.redmine.org/redmine/trunk@18164 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2019-05-14 09:26:57 +00:00
parent 43e144ae85
commit f1d10edf81
3 changed files with 3 additions and 3 deletions

View File

@@ -650,7 +650,7 @@ ul.projects div.description li {list-style-type:initial;}
#projects-index ul.projects div.description {
padding-top: 0.5em;
}
#projects-index a.icon-fav {padding-left:0; padding-right:20px; background-position:98% 50%;}
#projects-index a.icon-user {padding-left:0; padding-right:20px; background-position:98% 50%;}
#notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;}