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

CommentFileSizeAuthor
#3 zen_rtl_3.patch1013 bytesamitaibu
#2 zen_rtl_2.patch2.74 KBamitaibu
#2 zen-rtl.png95.45 KBamitaibu

Comments

johnalbin’s picture

Hey, 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! :-)

amitaibu’s picture

Version: 6.x-1.0-beta2 » 6.x-2.x-dev
Component: Miscellaneous » Code
Status: Active » Needs work
StatusFileSize
new95.45 KB
new2.74 KB

Here'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.

amitaibu’s picture

Status: Needs work » Needs review
StatusFileSize
new1013 bytes

Let's start with small patches - this one only implements to inclusion of file-RTL.css files.

amitaibu’s picture

Issue tags: +RTL

Add RTL tag.

johnalbin’s picture

Title: RTL support for Zen » RTL support for IE stylesheets
Component: Code » IE Problems
Status: Needs review » Closed (duplicate)

The 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