You are here

pm-node.css in Drupal PM (Project Management) 8

Same filename and directory in other branches
  1. 7.3 pm-node.css
  2. 7 pm-node.css
  3. 7.2 pm-node.css
/* CSS Attributes used when viewing Project Management nodes */

dt.print_html {
  background: transparent url(images/html.png) no-repeat top left;
}

dt.print_pdf {
  background: transparent url(images/pdf.png) no-repeat top left;
}

div.pmfields,
div.field,
div.pmbody {
  width: 70%;
}

div.pmfields div.label,
div.pmbody div.label,
div.field div.field-label-inline-first {
  float: left;
  width: 150px;
  text-align: right;
  clear: left;
  font-weight: bold;
}

div.pmlinks {
  float: right;
  width: 30%;
}

div.pmbody div.value p {
  clear: left;
  margin: 1.2em;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
}

table#attachments {
  float: left;
}

File

pm-node.css
View source
  1. /* CSS Attributes used when viewing Project Management nodes */
  2. dt.print_html {
  3. background: transparent url(images/html.png) no-repeat top left;
  4. }
  5. dt.print_pdf {
  6. background: transparent url(images/pdf.png) no-repeat top left;
  7. }
  8. div.pmfields,
  9. div.field,
  10. div.pmbody {
  11. width: 70%;
  12. }
  13. div.pmfields div.label,
  14. div.pmbody div.label,
  15. div.field div.field-label-inline-first {
  16. float: left;
  17. width: 150px;
  18. text-align: right;
  19. clear: left;
  20. font-weight: bold;
  21. }
  22. div.pmlinks {
  23. float: right;
  24. width: 30%;
  25. }
  26. div.pmbody div.value p {
  27. clear: left;
  28. margin: 1.2em;
  29. margin-left: 0px;
  30. margin-top: 0px;
  31. margin-right: 0px;
  32. }
  33. table#attachments {
  34. float: left;
  35. }