Website translation, a bug in right-to-left languages

From: Hossein Noorikhah <hossein_noorikhah(at)yahoo(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Website translation, a bug in right-to-left languages
Date: 2005-04-09 18:24:33
Message-ID: 20050409182433.46654.qmail@web53907.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

Browse pgadmin-hackers by date

  From Date Subject
Next Message cvs 2005-04-09 20:43:26 CVS Commit by dpage: Don't rtl the English text (per Hossein Noorikhah)
Previous Message OpenMacNews 2005-04-08 23:15:42 getting past wxMac-cvs build?