user.css

#permissions td.module {
  font-weight: bold;
}
#permissions td.permission {
  padding-left: 1.5em; /* LTR */
}
#access-rules .access-type, #access-rules .rule-type {
  margin-right: 1em; /* LTR */
  float: left; /* LTR */
}
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
  margin-top: 0;
}
#access-rules .mask {
  clear: both;
}
#user-login-form {
  text-align: center;
}
#user-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#user-admin-buttons {
  float: left; /* LTR */
  margin-left: 0.5em; /* LTR */
  clear: right; /* LTR */
}
#user-admin-settings fieldset .description {
  font-size: 0.85em;
  padding-bottom: .5em;
}

/* Generated by user.module but used by profile.module: */
.profile {
  clear: both;
  margin: 1em 0;
}
.profile .picture {
  float: right; /* LTR */
  margin: 0 1em 1em 0; /* LTR */
}
.profile h3 {
  border-bottom: 1px solid #ccc;
}
.profile dl {
  margin: 0 0 1.5em 0;
}
.profile dt {
  margin: 0 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin: 0 0 1em 0;
}

Archivo

drupal-6.x/modules/user/user.css
View source
  1. #permissions td.module {
  2. font-weight: bold;
  3. }
  4. #permissions td.permission {
  5. padding-left: 1.5em; /* LTR */
  6. }
  7. #access-rules .access-type, #access-rules .rule-type {
  8. margin-right: 1em; /* LTR */
  9. float: left; /* LTR */
  10. }
  11. #access-rules .access-type .form-item, #access-rules .rule-type .form-item {
  12. margin-top: 0;
  13. }
  14. #access-rules .mask {
  15. clear: both;
  16. }
  17. #user-login-form {
  18. text-align: center;
  19. }
  20. #user-admin-filter ul {
  21. list-style-type: none;
  22. padding: 0;
  23. margin: 0;
  24. width: 100%;
  25. }
  26. #user-admin-buttons {
  27. float: left; /* LTR */
  28. margin-left: 0.5em; /* LTR */
  29. clear: right; /* LTR */
  30. }
  31. #user-admin-settings fieldset .description {
  32. font-size: 0.85em;
  33. padding-bottom: .5em;
  34. }
  35. /* Generated by user.module but used by profile.module: */
  36. .profile {
  37. clear: both;
  38. margin: 1em 0;
  39. }
  40. .profile .picture {
  41. float: right; /* LTR */
  42. margin: 0 1em 1em 0; /* LTR */
  43. }
  44. .profile h3 {
  45. border-bottom: 1px solid #ccc;
  46. }
  47. .profile dl {
  48. margin: 0 0 1.5em 0;
  49. }
  50. .profile dt {
  51. margin: 0 0 0.2em 0;
  52. font-weight: bold;
  53. }
  54. .profile dd {
  55. margin: 0 0 1em 0;
  56. }