Attached is an Drupal5 RTL version of hierarchical_select.css .

For RTL to work with standard Drupal5 RTL themes, file name should be exactly hierarchical_select-rtl.css.

Please put the file in the module's root directory - It works for me.

The file is loaded automatically by Drupal5 RTL / BIDI themes - no need for special coding.

Amnon

CommentFileSizeAuthor
hierarchical_select-rtl.css_.txt1.81 KBdruvision
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Wim Leers’s picture

Status: Needs review » Needs work

Woohoo! Thank you very much :) I had already added this to my todo list: http://drupal.org/node/226183.

Question: is it typical to copy the *entire* CSS file? I would prefer an override, if that's possible. If it's not easily possible: no problem.

druvision’s picture

The currently available Drupal 5 BIDI themes don't support CSS override. Hence, please commit the above file.

Note: RTL CSS treatment is all changed in Drupal6. The RTL CSS format for Drupal 6 recommends us to override. This is possible since the standard Drupal 6 themes includes the two files - both the regular and the RTL versions are included. This means we may provide a new, more compact version of the CSS file for Drupal 6, like I did in the case of LoginToboggan.

I've recorded a video so you can take a look at how it looks in RTL. Quite good! The only issue is with the integration with exposed view filters - I am having three or four selectors, two of them are hierarchical selects, and I hate the idea of having to have each one of them in a separate line. I feel this should be optional. Currently, I've implemented a temporary solution documented here: http://drupal.org/node/233456 - Here is a video which shows how it works.

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

Wim Leers’s picture

Title: RTL version of hierarchical_select.css » RTL support
Status: Needs work » Fixed

Ok, thanks for the information :) Committed!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.