user.admin.css

Same filename in this branch
  1. 10 core/modules/user/css/user.admin.css
Same filename in other branches
  1. 9 core/themes/stable9/css/user/user.admin.css
  2. 9 core/themes/stable/css/user/user.admin.css
  3. 9 core/modules/user/css/user.admin.css
  4. 8.9.x core/themes/stable/css/user/user.admin.css
  5. 8.9.x core/modules/user/css/user.admin.css
  6. 11.x core/themes/stable9/css/user/user.admin.css
  7. 11.x core/modules/user/css/user.admin.css

Admin styling for the User module.

File

core/themes/stable9/css/user/user.admin.css

View source
  1. /**
  2. * @file
  3. * Admin styling for the User module.
  4. */
  5. /* Permissions page */
  6. .permissions .module {
  7. font-weight: bold;
  8. }
  9. .permissions .permission {
  10. padding-left: 1.5em; /* LTR */
  11. }
  12. [dir="rtl"] .permissions .permission {
  13. padding-right: 1.5em;
  14. padding-left: 0;
  15. }
  16. /* Account settings */
  17. .user-admin-settings .details-description {
  18. padding-bottom: 0.5em;
  19. font-size: 0.85em;
  20. }

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