rules.ui-rtl.css

Right-to-Left stylesheet for the Rules module.

File

ui/rules.ui-rtl.css

View source
  1. /**
  2. * @file
  3. * Right-to-Left stylesheet for the Rules module.
  4. */
  5. .rules-elements-table ul.rules-operations li {
  6. float: right;
  7. }
  8. .rules-elements-table ul.rules-operations a {
  9. padding-right: 0px;
  10. }
  11. ul.rules-operations-add li {
  12. float: right;
  13. }
  14. .rules-elements-table .tabledrag-toggle-weight-wrapper {
  15. right: auto;
  16. left: 0px;
  17. }
  18. .rules-elements-table caption,
  19. .rules-overview-table caption {
  20. text-align: right;
  21. }
  22. .rules-debug-icon-open {
  23. float: right;
  24. }
  25. .rules-debug-log ul {
  26. padding-left: 0;
  27. padding-right: 2em;
  28. }
  29. .rules-element-content {
  30. float: right;
  31. }
  32. ul.rules-autocomplete div {
  33. padding-left: 0;
  34. padding-right: 5px;
  35. }