user.css

  1. 6.x modules/user/css/user.css
  2. 4.x modules/user/css/user.css
  3. 5.x modules/user/css/user.css
table.user-list  {
  font-size: 0.85em;
}

/* Permissions form */
.admin-perm-table th,
.admin-perm-table td
 {
  font-size: 0.85em;
}

.admin-perm-table td.perm-cb {
  text-align: center;
}

.admin-perm-table .perm-module-name {
  background-color: #D4E7F3;
  font-weight: bold;
  padding: 3px;
  border-top: 1.5em solid white;
}

.admin-perm-table .perm-cb-row-even {
  background-color: #EDF5FA;
}

.admin-perm-table .perm-details {
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.admin-perm-table .perm-name {
  font-style: italic;
  font-size: 0.9em;
  color: #aaa;
  display: none;
  
}

.admin-perm-table .perm-desc {
  color: #777;
  font-size: 0.9em;
}



.admin-perm-table .headers th {
  
  padding-top: 5px;
  border-bottom: 1px solid #ccc;
  background-color: white;
  color: #555;
}

table.user-list tr.no-roles {
  background-color: #eee;
}

form.filters {
  margin: 0;
  padding: 0;
  margin-top: 5px;
  font-size: 0.8em;
}

File

modules/user/css/user.css
View source
  1. table.user-list {
  2. font-size: 0.85em;
  3. }
  4. /* Permissions form */
  5. .admin-perm-table th,
  6. .admin-perm-table td
  7. {
  8. font-size: 0.85em;
  9. }
  10. .admin-perm-table td.perm-cb {
  11. text-align: center;
  12. }
  13. .admin-perm-table .perm-module-name {
  14. background-color: #D4E7F3;
  15. font-weight: bold;
  16. padding: 3px;
  17. border-top: 1.5em solid white;
  18. }
  19. .admin-perm-table .perm-cb-row-even {
  20. background-color: #EDF5FA;
  21. }
  22. .admin-perm-table .perm-details {
  23. padding-left: 20px;
  24. padding-bottom: 10px;
  25. padding-top: 10px;
  26. }
  27. .admin-perm-table .perm-name {
  28. font-style: italic;
  29. font-size: 0.9em;
  30. color: #aaa;
  31. display: none;
  32. }
  33. .admin-perm-table .perm-desc {
  34. color: #777;
  35. font-size: 0.9em;
  36. }
  37. .admin-perm-table .headers th {
  38. padding-top: 5px;
  39. border-bottom: 1px solid #ccc;
  40. background-color: white;
  41. color: #555;
  42. }
  43. table.user-list tr.no-roles {
  44. background-color: #eee;
  45. }
  46. form.filters {
  47. margin: 0;
  48. padding: 0;
  49. margin-top: 5px;
  50. font-size: 0.8em;
  51. }