Terms are not aligned to the Right on RTL sites.
See attached screenshot.

Comments

A2E’s picture

StatusFileSize
new20.73 KB

This is what it SHOULD look like

jcisio’s picture

I haven't test, but you can override those settings in your theme css.

.taxonomy-super-select-checkboxes .form-item label.option {
  float: left;
  margin-right: 1.5em;
}
.taxonomy-super-select-radios .form-item label.option {
  float: left;
  margin-right: 1.5em;
}

I don't know much about RTL. Glad to see someone pointing it out.

dboulet’s picture

I believe that we just need to include a taxonomy_super_select-rtl.css file with the module. It will be included automatically when using a language that is set to RTL.

See: http://drupal.org/node/222782

dboulet’s picture

Status: Active » Needs review
StatusFileSize
new1.68 KB

@A2E, see if this patch fixes your problem.

jcisio’s picture

Patch tested and committed. Thanks, dboulet!

jcisio’s picture

Status: Needs review » Fixed

Forgot to change the status.

Status: Fixed » Closed (fixed)
Issue tags: -RTL

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