Project

General

Profile

Actions

Defect #19925

closed

Arabic settings page - Icons are not aligned correctly

Added by Ouss Orange almost 9 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
I18n
Target version:
-
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

Actions #1

Updated by Ouss Orange almost 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;
}

Actions #2

Updated by Toshi MARUYAMA over 8 years ago

rtl.css should be changed instead of application.css.
source:tags/3.0.3/public/stylesheets/rtl.css#L18

Actions #3

Updated by Go MAEDA over 2 years ago

No problem found in Redmine 4.2.2.

Actions

Also available in: Atom PDF