Project

General

Profile

Actions

Patch #13222

closed

Moved group icon position

Added by Filou Centrinov about 12 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Moved group icon position:


Files

add-member-UI.png (12 KB) add-member-UI.png Filou Centrinov, 2013-02-20 02:23
Actions #1

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; }

Actions #2

Updated by Go MAEDA about 9 years ago

  • Status changed from New to Closed

Fixed in r13417 (Redmine 2.6.0).

Actions

Also available in: Atom PDF