user.admin.css
Same filename in this branch
Same filename in other branches
- 9 core/themes/stable9/css/user/user.admin.css
- 9 core/themes/stable/css/user/user.admin.css
- 9 core/modules/user/css/user.admin.css
- 8.9.x core/themes/stable/css/user/user.admin.css
- 8.9.x core/modules/user/css/user.admin.css
- 11.x core/themes/stable9/css/user/user.admin.css
- 11.x core/modules/user/css/user.admin.css
Admin styling for the User module.
File
-
core/
modules/ user/ css/ user.admin.css
View 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-right: 1.5em;
- padding-left: 0;
- }
-
- /* Account settings */
- .user-admin-settings .details-description {
- padding-bottom: 0.5em;
- font-size: 0.85em;
- }
-
- .permissions tbody tr:has(input[type="checkbox"].js-rid-authenticated:not(:checked)) .js-fake-checkbox {
- display: none;
- }
- .permissions tbody tr:has(input[type="checkbox"].js-rid-authenticated:checked) .js-real-checkbox {
- display: none;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.