You are here

printlinks.css in Printer, email and PDF versions 6

.print-link {
  /* Use these for links above the content */
  display: block;
  text-align: right;
  padding-bottom: 0.5em;
  /* Use these for links in a corner of the content */
  /*
  position:relative;
  bottom: 0.5em;
  float:right;
  */
}

div#block-print-0 span {
  display: block;
}

.print_html, .print_mail, .print_pdf {
  margin-left: 1em;
}

.print-syslink {
  margin-right: 1em;
}

img.print-icon {
  vertical-align: middle;
}

img.print-icon-margin {
  padding-right: 4px;
}

label.printmail-label {
  width: 175px;
  float: left;
}

File

css/printlinks.css
View source
  1. .print-link {
  2. /* Use these for links above the content */
  3. display: block;
  4. text-align: right;
  5. padding-bottom: 0.5em;
  6. /* Use these for links in a corner of the content */
  7. /*
  8. position:relative;
  9. bottom: 0.5em;
  10. float:right;
  11. */
  12. }
  13. div#block-print-0 span {
  14. display: block;
  15. }
  16. .print_html, .print_mail, .print_pdf {
  17. margin-left: 1em;
  18. }
  19. .print-syslink {
  20. margin-right: 1em;
  21. }
  22. img.print-icon {
  23. vertical-align: middle;
  24. }
  25. img.print-icon-margin {
  26. padding-right: 4px;
  27. }
  28. label.printmail-label {
  29. width: 175px;
  30. float: left;
  31. }