Location of "up" icon in Hebrew (RTL) display

Phoca Download - download manager
mikiretter
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 15 Dec 2009, 17:42

Location of "up" icon in Hebrew (RTL) display

Post by mikiretter »

Hello,

I am using two languages in my site - English (LTR) and Hebrew (RTL).
I am using Joomfish to switch languages.
When changing to Hebrew the "up" Icon stays on the right of the page and covers the section/category name.
Is there a way to make the icon move when the page changes to RTL display?

The Englisg page can be seen in this link:
http://www.elisete.com/en/freedownloads ... loads.html

The Hebrew page can be seen in this link:
http://www.elisete.com/he/freedownloads ... loads.html

Thanks

Miki Retter
www.elisete.com
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48743
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Location of "up" icon in Hebrew (RTL) display

Post by Jan »

Hi, go to:
http://www.elisete.com/components/com_p ... d-blue.css (Phoca Download CSS) and find class pd-top:

Code: Select all

#phoca-dl-section-box .pd-section div.pdtop,
#phoca-dl-category-box .pd-category div.pdtop,
#phoca-dl-file-box .pd-file div.pdtop {
	float:		right;
	position:	relative;
	width:		16px;
	margin-top:	5px;
	margin-right:7px;
}
and change the right to left.

Jan
If you find Phoca extensions useful, please support the project
Post Reply