Now that RTL support has been added to drupal 6, RTL css files are automatcally included for any module where they exist.

Attached is an RTL CSS file to support devel on RTL (Right-to-left) and Bidi themes.

Please add it as devel-rtl.css on the main devel folder.

.dev-query, .dev-timer, .dev-memory-usage {
  align: left;
  direction: ltr;
  padding-top: inherit;
}
.dev-query, .dev-timer, .dev-memory-usage table {
  direction: ltr;
}

Thanks

Amnon

Comments

druvision’s picture

the file makes sure that SQL queries display LTR even in RTL themes

moshe weitzman’s picture

Status: Reviewed & tested by the community » Fixed

i'm committing this despite the fact that i get a validator error:

Property align doesn't exist

Anonymous’s picture

Status: Fixed » Closed (fixed)