Hi,
As a follow up to the topic RTL support for Zen ( http://groups.drupal.org/node/6667 ) I am officially asking for RTL support :)
I tried to to convert the frontend, but as I am not an expert in CSS I had problems reordering main, navbar & sidebar-left.
The hack created a havoc in IE.
Thanks,
Michael
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | zen_rtl_3.patch | 1013 bytes | amitaibu |
| #2 | zen_rtl_2.patch | 2.74 KB | amitaibu |
| #2 | zen-rtl.png | 95.45 KB | amitaibu |
Comments
Comment #1
johnalbinHey, you know what, can you post what you did as a patch? I'm a CSS expert, but I've got no experience with RTL languages! :-)
Comment #2
amitaibuHere's a first stab at this. It's still not ready, but looking in the screenshots you can see it's going somewhere :)
The template.conditional-styles.inc code has been ripped from Tendu project .
Another thing that IMO should be taken from Tendu - and it should be done in a follow up patch - is to change the name of sidebar-left/right to sidebar-first/second.
Comment #3
amitaibuLet's start with small patches - this one only implements to inclusion of file-RTL.css files.
Comment #4
amitaibuAdd RTL tag.
Comment #5
johnalbinThe changes that the Tendu maintainer added to Conditional Stylesheets module (#337975: Add missing support for RTL languages) have now been included in Zen: #362477: Add missing RTL support for IE conditional stylesheets