Added by Filou Centrinov about 12 years ago. Updated about 9 years ago.
0%
Description
Moved group icon position:
Files
Just a simple fix. Replace this in application.css:table.members td.group { padding-left: 20px; background: url(../images/group.png) no-repeat 0% 50%; }
table.members td.group { padding-left: 20px; background: url(../images/group.png) no-repeat 0% 50%; }
with:table.members td.group { padding-left: 20px; background: url(../images/group.png) no-repeat 0% 0%; }or better:table.members td.group { padding-left: 20px; background: url(../images/group.png) no-repeat; }
table.members td.group { padding-left: 20px; background: url(../images/group.png) no-repeat 0% 0%; }
table.members td.group { padding-left: 20px; background: url(../images/group.png) no-repeat; }
Fixed in r13417 (Redmine 2.6.0).
Also available in: Atom PDF