modules-page.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /* Modules page */
  2. .system-modules fieldset {
  3. border: 0;
  4. border-top: 1px solid #ccc;
  5. }
  6. .system-modules details {
  7. border: 0;
  8. margin: 0;
  9. padding: 0;
  10. }
  11. .system-modules summary {
  12. border-bottom: 1px solid #f5f5f5;
  13. padding: 20px 0;
  14. line-height: 1;
  15. }
  16. .system-modules [open] summary {
  17. border-bottom: none;
  18. }
  19. .system-modules .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. margin: 0;
  29. }
  30. .system-modules tr.even,
  31. .system-modules tr.odd,
  32. .locale-translation-status-form tr.even,
  33. .locale-translation-status-form tr.odd {
  34. background: #f5f5f5;
  35. border: 0;
  36. border-bottom: 10px solid #fff;
  37. }
  38. .system-modules tr td:last-child,
  39. .locale-translation-status-form tr td:last-child {
  40. border: 0;
  41. }
  42. .system-modules table th,
  43. .locale-translation-status-form table th {
  44. border: 0;
  45. border-bottom: 10px solid #fff;
  46. }
  47. .system-modules .sticky-header th,
  48. .locale-translation-status-form .sticky-header th {
  49. border: 0;
  50. }
  51. .system-modules .form-actions {
  52. margin-top: 20px;
  53. }