print_ui.theme.css 516 B

1234567891011121314151617181920212223242526272829303132333435
  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-ui-print-links span {
  14. display: block;
  15. }
  16. .print_html,
  17. .print_mail,
  18. .print_pdf,
  19. .print_epub {
  20. margin-left: 1em;
  21. }
  22. .print-syslink {
  23. margin-right: 1em;
  24. }
  25. img.print-icon {
  26. vertical-align: middle;
  27. }
  28. img.print-icon-margin {
  29. padding-right: 4px;
  30. }