user.admin.css 550 B

12345678910111213141516171819202122232425262728293031323334
  1. /**
  2. * @file
  3. * Admin styling for the User module.
  4. */
  5. /* Permissions page */
  6. .permissions a {
  7. font-weight: 700;
  8. }
  9. .permissions .module {
  10. font-weight: 700;
  11. color: #0678be;
  12. text-transform: uppercase;
  13. font-size: 14px;
  14. }
  15. .permissions thead th.checkbox,
  16. .sticky-header thead th.checkbox {
  17. text-align: center;
  18. line-height: 1.2;
  19. min-width: 130px;
  20. }
  21. .permissions tbody td.checkbox div.checkbox {
  22. text-align: center;
  23. }
  24. /* Account settings */
  25. .user-admin-settings .details-description {
  26. font-size: 0.85em;
  27. padding-bottom: 0.5em;
  28. }