Actions
Defect #19925
closedArabic settings page - Icons are not aligned correctly
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Cant reproduce
Affected version:
Description
Icons in the Setting Page in the Arabic interface are not aligned correctly they appear behind text. It looks like the it is a .css file issue.
Files
Updated by Ouss Orange over 9 years ago
It could be fixed if the horizontal position of the background-image is set to 100% instead of 0% in the Arabic version of the application.css file. This would work also for Hebrew.
As demonstrated here:
media="all"
#admin-menu a {
background-position: 0% 40%;
background-position: 100% 40%;
background-repeat: no-repeat;
padding-left: 20px;
padding-top: 2px;
padding-bottom: 3px;
}
Updated by Toshi MARUYAMA over 9 years ago
rtl.css should be changed instead of application.css.
source:tags/3.0.3/public/stylesheets/rtl.css#L18
Updated by Go MAEDA over 3 years ago
- File arabic-admin.png arabic-admin.png added
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Cant reproduce
No problem found in Redmine 4.2.2.
Actions