filter.admin.css

Admin styling for the Filter module.

File

drupal/core/modules/filter/css/filter.admin.css
View source
  1. /**
  2. * @file
  3. * Admin styling for the Filter module.
  4. */
  5. /**
  6. * Filter information under field.
  7. */
  8. .text-format-wrapper > .form-item {
  9. margin-bottom: 0;
  10. }
  11. .filter-wrapper {
  12. border: 1px solid #ccc;
  13. border-top: 0;
  14. margin: 0;
  15. padding: 0.5em 1.5em;
  16. }
  17. .filter-wrapper .form-item {
  18. margin-top: 0;
  19. }
  20. .filter-wrapper .form-item label {
  21. display: inline;
  22. }
  23. .filter-help {
  24. float: right; /* LTR */
  25. }
  26. .filter-help p {
  27. margin: 0;
  28. }
  29. .filter-help a {
  30. background: transparent url(../../../misc/help.png) right center no-repeat; /* LTR */
  31. padding: 0 20px 0 0; /* LTR */
  32. }
  33. .text-format-wrapper .description {
  34. margin-top: 0.5em;
  35. }
  36. .tips {
  37. font-size: 0.9em;
  38. margin-bottom: 0;
  39. margin-top: 0;
  40. padding-bottom: 0;
  41. padding-top: 0;
  42. }
  43. /**
  44. * Improve filter tips position.
  45. */
  46. .tips {
  47. padding-left: 0; /* LTR */
  48. }