update-report.css

Same filename in other branches
  1. 9 core/themes/seven/css/theme/update-report.css

update-report.css

Styling for the Available updates report at admin/reports/updates

File

core/themes/seven/css/theme/update-report.css

View source
  1. /**
  2. * @file update-report.css
  3. *
  4. * Styling for the Available updates report at admin/reports/updates
  5. */
  6. .project-update__compatibility-details details {
  7. height: 20px;
  8. margin: 2px 0;
  9. border: 0;
  10. background-color: inherit;
  11. }
  12. .project-update__compatibility-details details[open] {
  13. overflow: visible;
  14. height: auto;
  15. white-space: normal;
  16. }
  17. .project-update__compatibility-details summary {
  18. margin: 0;
  19. padding: 0;
  20. text-transform: none;
  21. border: 0;
  22. font-weight: normal;
  23. }
  24. .project-update__compatibility-details .details-wrapper {
  25. margin: 0;
  26. padding: 5px 0;
  27. }

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