Here is a style-rtl.css (remove the .txt extension) which should be thrown to themes/garland/minnelli/ to test Minnelli RTL support. It seems to be working fine from my testing.

CommentFileSizeAuthor
style-rtl.css_.txt312 bytesGábor Hojtsy
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Gábor Hojtsy’s picture

Title: RTL-ize the code Minnelli theme » RTL-ize the core Minnelli theme
druvision’s picture

Thanks, Gabor! What a great idea!

I've added it to the test site - works great for me. There are virtually no changes from Garland, except the fixed width, which is direction-independant, so this file may be committed.

Amnon
-
Professional: Drupal Israel | Drupal Development & Consulting | בניית אתרים
Personal: Hitech Dolphin: Regain Simple Joy :)

druvision’s picture

Status: Needs review » Reviewed & tested by the community
Gábor Hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Good, thanks for testing. Committed.

Gábor Hojtsy’s picture

Doh, we are actually better with having this single line:

@import "../style-rtl.css";

All the other CSS which was in the file is already included on the page anyway. So committed this simplification.

Anonymous’s picture

Status: Fixed » Closed (fixed)
RobLoach’s picture