Website translation, a bug in right-to-left languages - Mailing list pgadmin-hackers

From Hossein Noorikhah
Subject Website translation, a bug in right-to-left languages
Date
Msg-id 20050409182433.46654.qmail@web53907.mail.yahoo.com
Whole thread Raw
List pgadmin-hackers
Hi
I'm not sure this is the appropriate mailing list or
not, but If I was wrong, please give me the right one.
For right-to-left languages like Persian, in the
pgadmin website, a css file:
http://www.pgadmin.org/css/bluehaze-rtl.css is used.
In this file there are some lines that cause English
text in the web page to be shown wrongly, in
right-to-left order(reverse). For fixing this, you
need to remove every occurrence of this line:

unicode-bidi: bidi-override;

This will fix the issue. This problem is not browser
specific. ``bidi-override'' is obvious.
Thanks.



__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/

pgadmin-hackers by date:

Previous
From: OpenMacNews
Date:
Subject: getting past wxMac-cvs build?
Next
From: cvs@developer.pgadmin.org
Date:
Subject: CVS Commit by dpage: Don't rtl the English text (per Hossein Noorikhah)