Sign in

陈晓峰 / drupal8 · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • drupal8
  • core
  • modules
  • user
  • css
  • user.admin.css
  • init
    1cae1ec7
    陈晓峰 authored
    2015-08-16 21:21:34 +0800  
    Browse Files »
user.admin.css 386 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
/**
 * @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: .5em;
}