koha-translate
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-translate] RTL language support -- part 2


From: Frederic Demians
Subject: [Koha-translate] RTL language support -- part 2
Date: Thu, 03 Jul 2008 12:17:43 +0200
User-agent: Thunderbird 2.0.0.14 (Macintosh/20080421)

Hello again koha-translate list,

Here is what I've find out about RTL support. It seems that CSS opac.css has to be tweaked to handle correctly RTL languages.

For this issue:

In a LTR language (English/French), in a form you have on a single line:

    * label
    * input box
    * button.

In a RTL language, it must be inversed:

    * button
    * input box
    * label.

It could be fixed by modifying css opac.css:

  * delete ligne 38 : float : left;
  * delete ligne 53 : float : left;

Could a templating guy validate this solution (Owen)?

Thanks.
--
Frédéric

PNG image

PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]