You are here

userpoints.css in User Points 7

Same filename and directory in other branches
  1. 7.2 userpoints.css
div.userpoints-view-transaction ul.userpoints-links {
    padding-left: 0;
}

div.userpoints-view-transaction ul.userpoints-links li.first {
    padding-left: 0;
}

div.block-userpoints div.userpoints-total {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.block-userpoints ul.userpoints-links li {
    display: block;
}

td.userpoints-transactions-field-points {
  text-align: right;
}

table.userpoints-myuserpoints-total td {
  width: 50%;
}

table.userpoints-myuserpoints-total {
  width: 50%;
  min-width: 300px;
}

.userpoints-view-transaction {
  clear: both;
  margin: 1em 0;
}
.userpoints-view-transaction h3 {
  border-bottom: 1px solid #ccc;
}
.userpoints-view-transaction dl {
  margin: 0 0 1.5em 0;
}
.userpoints-view-transaction dt {
  margin: 0 0 0.2em 0;
  font-weight: bold;
}
.userpoints-view-transaction dd {
  margin: 0 0 1em 0;
}

div.form-item-entity-type, div.form-item-entity-id {
    display: inline;
}

File

userpoints.css
View source
  1. div.userpoints-view-transaction ul.userpoints-links {
  2. padding-left: 0;
  3. }
  4. div.userpoints-view-transaction ul.userpoints-links li.first {
  5. padding-left: 0;
  6. }
  7. div.block-userpoints div.userpoints-total {
  8. margin-top: 5px;
  9. margin-bottom: 5px;
  10. }
  11. div.block-userpoints ul.userpoints-links li {
  12. display: block;
  13. }
  14. td.userpoints-transactions-field-points {
  15. text-align: right;
  16. }
  17. table.userpoints-myuserpoints-total td {
  18. width: 50%;
  19. }
  20. table.userpoints-myuserpoints-total {
  21. width: 50%;
  22. min-width: 300px;
  23. }
  24. .userpoints-view-transaction {
  25. clear: both;
  26. margin: 1em 0;
  27. }
  28. .userpoints-view-transaction h3 {
  29. border-bottom: 1px solid #ccc;
  30. }
  31. .userpoints-view-transaction dl {
  32. margin: 0 0 1.5em 0;
  33. }
  34. .userpoints-view-transaction dt {
  35. margin: 0 0 0.2em 0;
  36. font-weight: bold;
  37. }
  38. .userpoints-view-transaction dd {
  39. margin: 0 0 1em 0;
  40. }
  41. div.form-item-entity-type, div.form-item-entity-id {
  42. display: inline;
  43. }