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

Frederic Demians frederic at tamil.fr
Thu Jul 3 12:17:43 CEST 2008


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: koha-rtl.png
Type: image/png
Size: 17444 bytes
Desc: not available
URL: </pipermail/koha-devel/attachments/20080703/3519cc48/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: koha-rtl-modified.png
Type: image/png
Size: 18241 bytes
Desc: not available
URL: </pipermail/koha-devel/attachments/20080703/3519cc48/attachment-0005.png>
-------------- next part --------------
_______________________________________________
Koha-devel mailing list
Koha-devel at lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-devel


More information about the Koha-devel mailing list