view core/modules/user/css/user.admin.css @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 1fec387a4317
children af1871eacc83
line wrap: on
line source
/**
 * @file
 * Admin styling for the User module.
 */

/* Permissions page */
.permissions .module {
  font-weight: bold;
}
.permissions .permission {
  padding-left: 1.5em; /* LTR */
}
[dir="rtl"] .permissions .permission {
  padding-left: 0;
  padding-right: 1.5em;
}

/* Account settings */
.user-admin-settings .details-description {
  font-size: 0.85em;
  padding-bottom: 0.5em;
}