You are here

find_perm.css in Util 7

CSS for find_perm.

File

contribs/find_perm/find_perm.css
View source
  1. /**
  2. * @file
  3. * CSS for find_perm.
  4. */
  5. #find-perm-form .form-item .form-item {
  6. padding: 3px 0 0 0;
  7. }
  8. #find-perm-form .common-permissions,
  9. #find-perm-form .form-item-roles {
  10. float: left;
  11. width: 49.5%;
  12. }
  13. #find-perm-form .common-permissions .exclusive {
  14. font-weight: bold;
  15. }
  16. #find-perm-form #edit-actions {
  17. clear: both;
  18. }
  19. #find-perm-form .description {
  20. color: #000000;
  21. }
  22. #find-perm-form .common-permissions .description {
  23. margin-top: 1.5em;
  24. }