Problem/Motivation
user.admin.css contains only css thats pure styling for the permission & account setting admin pages, that should be moved to Seven
None of the css is functional, - its pure styling - So no reason to have it hiding away down in a module folder
/* 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: .5em;
}
Proposed resolution
Remaining tasks
delete user.admin.css
copy css into seven theme
User interface changes
none