Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

user.admin.css

Same filename in this branch
  1. 11.1.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. }
RSS feed
Powered by Drupal