modules-page.css

Same filename in this branch
  1. 8.9.x core/themes/claro/css/components/modules-page.css
Same filename in other branches
  1. 9 core/themes/seven/css/components/modules-page.css
  2. 9 core/themes/claro/css/components/modules-page.css
  3. 10 core/themes/claro/css/components/modules-page.css
  4. 11.x core/themes/claro/css/components/modules-page.css
/* Modules page */
.system-modules fieldset {
  border: 0;
  border-top: 1px solid #ccc;
}
.system-modules .seven-details {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.system-modules .seven-details__summary {
  padding: 0.95em 0.5em;
  border-bottom: 1px solid #ccc;
}
.system-modules [open] .seven-details__summary {
  border-bottom: none;
}
.system-modules .seven-details__wrapper {
  padding: 0 0 0.5em 0;
}
.system-modules .fieldset-wrapper {
  padding: 0;
}
.system-modules table,
.locale-translation-status-form table {
  border: 0;
}
.system-modules tr.even,
.system-modules tr.odd,
.locale-translation-status-form tr.even,
.locale-translation-status-form tr.odd {
  border: 0;
  border-bottom: 10px solid #fff;
  background: #f3f4ee;
}
.system-modules tr td:last-child,
.locale-translation-status-form tr td:last-child {
  border: 0;
}
.system-modules table th,
.locale-translation-status-form table th {
  border: 0;
  border-bottom: 10px solid #fff;
}
.system-modules .sticky-header th,
.locale-translation-status-form .sticky-header th {
  border: 0;
}

File

core/themes/seven/css/components/modules-page.css

View source
  1. /* Modules page */
  2. .system-modules fieldset {
  3. border: 0;
  4. border-top: 1px solid #ccc;
  5. }
  6. .system-modules .seven-details {
  7. margin: 0;
  8. padding: 0;
  9. border: 0;
  10. background: none;
  11. }
  12. .system-modules .seven-details__summary {
  13. padding: 0.95em 0.5em;
  14. border-bottom: 1px solid #ccc;
  15. }
  16. .system-modules [open] .seven-details__summary {
  17. border-bottom: none;
  18. }
  19. .system-modules .seven-details__wrapper {
  20. padding: 0 0 0.5em 0;
  21. }
  22. .system-modules .fieldset-wrapper {
  23. padding: 0;
  24. }
  25. .system-modules table,
  26. .locale-translation-status-form table {
  27. border: 0;
  28. }
  29. .system-modules tr.even,
  30. .system-modules tr.odd,
  31. .locale-translation-status-form tr.even,
  32. .locale-translation-status-form tr.odd {
  33. border: 0;
  34. border-bottom: 10px solid #fff;
  35. background: #f3f4ee;
  36. }
  37. .system-modules tr td:last-child,
  38. .locale-translation-status-form tr td:last-child {
  39. border: 0;
  40. }
  41. .system-modules table th,
  42. .locale-translation-status-form table th {
  43. border: 0;
  44. border-bottom: 10px solid #fff;
  45. }
  46. .system-modules .sticky-header th,
  47. .locale-translation-status-form .sticky-header th {
  48. border: 0;
  49. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.