Defect #28079
closedThe green tick is positioned after the label in the new member modals
0%
Description
This is a patch extracted from #27807 in order to fix it earlier (in a minor version)
The green tick is positioned after the label in the new member modals from:
- admin (Users ->
Edit user ->
Projects ->
Add Project)
- project setting (Project setting ->
Membership ->
New members)
I've attached:
- two screenshots with the issue
- a patch that fixes these issues.
Files
Related issues
Updated by Marius BĂLTEANU almost 7 years ago
- Related to Patch #27807: Use a unique way to check/uncheck a group/fieldset with checkboxes added
Updated by Mischa The Evil almost 7 years ago
- Description updated (diff)
- Target version set to Unplanned backlogs
LGTM.
Updated by Marius BĂLTEANU almost 7 years ago
Go Maeda, lets fix these UI issues in the next minor version.
Updated by Go MAEDA almost 7 years ago
- Target version changed from Unplanned backlogs to 3.4.5
This patch fixes UI inconsistency. In other pages, the green tick is placed before the label.
Setting target version to 3.4.5.
Updated by Go MAEDA over 6 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Committed. Thank you for improving Redmine.
Updated by Marius BĂLTEANU over 6 years ago
- File remove_useless_empty_space.patch remove_useless_empty_space.patch added
- File screenshoot.png screenshoot.png added
- Status changed from Closed to Reopened
Thanks for fixing these issues.
I'm attaching a small fix for my previous patches in order to remove the useless empty space before the label.
It has no impact in the frontend, but it shouldn't be there.
Updated by Go MAEDA over 6 years ago
- Status changed from Reopened to Closed
Committed the patch #28079#note-6. Thank you.