| 12345678910111213141516171819202122232425262728293031323334 | 
							- /**
 
-  * @file
 
-  * Admin styling for the User module.
 
-  */
 
- /* Permissions page */
 
- .permissions a {
 
-   font-weight: 700;
 
- }
 
- .permissions .module {
 
-   font-weight: 700;
 
-   color: #0678be;
 
-   text-transform: uppercase;
 
-   font-size: 14px;
 
- }
 
- .permissions thead th.checkbox,
 
- .sticky-header thead th.checkbox {
 
-   text-align: center;
 
-   line-height: 1.2;
 
-   min-width: 130px;
 
- }
 
- .permissions tbody td.checkbox div.checkbox {
 
-   text-align: center;
 
- }
 
- /* Account settings */
 
- .user-admin-settings .details-description {
 
-   font-size: 0.85em;
 
-   padding-bottom: 0.5em;
 
- }
 
 
  |