filter.admin-rtl.css

Right-to-Left administrative styling for the Filter module.

File

drupal/core/modules/filter/css/filter.admin-rtl.css
View source
  1. /**
  2. * @file
  3. * Right-to-Left administrative 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. padding: 0 0 0 20px;
  14. }
  15. /**
  16. * Improve filter tips position.
  17. */
  18. .tips {
  19. padding-right: 0;
  20. }