rules_ui.css

Styles for the Rules UI.

File

css/rules_ui.css

View source
  1. /**
  2. * @file
  3. * Styles for the Rules UI.
  4. */
  5. /* Expression container forms. */
  6. .edit-events,
  7. .edit-conditions-table,
  8. .edit-actions-table {
  9. margin-bottom: 3em;
  10. }
  11. .edit-conditions-table .form-wrapper,
  12. .edit-actions-table .form-wrapper {
  13. display: inline-block;
  14. }
  15. .edit-conditions-table .tabledrag-handle,
  16. .edit-actions-table .tabledrag-handle {
  17. margin-top: 1.5em;
  18. }
  19. .edit-events .description,
  20. .edit-conditions-table .description,
  21. .edit-actions-table .description {
  22. margin-bottom: 1em;
  23. font-size: 75%;
  24. line-height: 1.5em;
  25. }
  26. .edit-events tr div.js-form-item,
  27. .edit-conditions-table tr div.js-form-item,
  28. .edit-actions-table tr div.js-form-item {
  29. margin-bottom: 0;
  30. }
  31. tfoot .action-links {
  32. margin: 0.5em 0;
  33. }
  34. /* Reaction rules list builder. */
  35. .rules-list-section {
  36. margin-bottom: 3em;
  37. }
  38. .rules-listing-table div.description {
  39. font-size: 75%;
  40. line-height: 1.5em;
  41. }
  42. /* Rules component list builder. */
  43. .rules-component-list-builder div.description {
  44. font-size: 75%;
  45. line-height: 1.5em;
  46. }
  47. .rules-component-list-builder .edit-description-text {
  48. display: block;
  49. margin-top: 1em;
  50. }