/* $Id: taxonomy_super_select-rtl.css,v 1.1.2.1 2011/02/19 09:48:01 jcisio Exp $ */

/**
 * @file
 * Right-to-left styles for Taxonomy Super Select module.
 */

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

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

.taxonomy-super-select-help {
  margin-right: 1em;
}
