RTL language support -- part 2

View: New views
1 Messages — Rating Filter:   Alert me  

RTL language support -- part 2

by Frederic Demians :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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



_______________________________________________
Koha-translate mailing list
Koha-translate@...
http://lists.nongnu.org/mailman/listinfo/koha-translate

koha-rtl.png (23K) Download Attachment
koha-rtl-modified.png (24K) Download Attachment