filter.admin-rtl.css

RTL admin styling for the Filter module.

File

drupal/core/modules/filter/filter.admin-rtl.css
View source
  1. /**
  2. * @file
  3. * RTL admin styling for the Filter module.
  4. */
  5. /**
  6. * Filter information under field.
  7. */
  8. .filter-help {
  9. float: left;
  10. }
  11. .filter-help a {
  12. background-position: left center;
  13. }