mirror of
https://github.com/redmine/redmine.git
synced 2026-01-20 22:43:10 +01:00
Merged r17027 to 3.4-stable (#26410).
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17028 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -666,7 +666,7 @@ module Redmine
|
||||
assigned_string = l(:field_assigned_to) + ": " + issue.assigned_to.name
|
||||
s << view.avatar(issue.assigned_to,
|
||||
:class => 'gravatar icon-gravatar',
|
||||
:size => 10,
|
||||
:size => 13,
|
||||
:title => assigned_string).to_s.html_safe
|
||||
end
|
||||
s << view.link_to_issue(issue).html_safe
|
||||
|
||||
@@ -1150,6 +1150,10 @@ div.wiki img {vertical-align:middle; max-width:100%;}
|
||||
.gantt_subjects { font-size: 0.8em; }
|
||||
.gantt_subjects div { line-height:16px;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }
|
||||
|
||||
.gantt_subjects .issue-subject img.icon-gravatar {
|
||||
margin: 2px 5px 0px 2px;
|
||||
}
|
||||
|
||||
.task {
|
||||
position: absolute;
|
||||
height:8px;
|
||||
|
||||
Reference in New Issue
Block a user