]> source.dussan.org Git - redmine.git/commitdiff
Merged r17027 to 3.3-stable (#26410).
authorGo MAEDA <maeda@farend.jp>
Sat, 25 Nov 2017 15:38:09 +0000 (15:38 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 25 Nov 2017 15:38:09 +0000 (15:38 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@17029 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/helpers/gantt.rb
public/stylesheets/application.css

index 683d201a5b42c7db7ebf8e93254fac54f1521249..87e614a00c58dc23942c5086b83f570d3fe0edfa 100644 (file)
@@ -663,7 +663,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
index a0cfe28fed3b2478cb471f0007c50cc1c27626be..5fa58d76258291482b790b84cd4b75ce95fe8b73 100644 (file)
@@ -1085,6 +1085,10 @@ a.close-icon:hover {background-image:url('../images/close_hl.png');}
 .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;