Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 297529

move user.admin.css into seven where it belongs

$
0
0

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

API changes


Viewing all articles
Browse latest Browse all 297529

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>