Actions
Patch #13222
closedMoved group icon position
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Moved group icon position:
Files
Updated by Daniel Felix about 12 years ago
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%; }
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; }
Updated by Go MAEDA about 9 years ago
- Status changed from New to Closed
Fixed in r13417 (Redmine 2.6.0).
Actions