Defect #19925
closed
Arabic settings page - Icons are not aligned correctly
Added by Ouss Orange over 9 years ago.
Updated over 3 years ago.
Resolution:
Cant reproduce
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
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;
}
No problem found in Redmine 4.2.2.
Also available in: Atom
PDF