print_ui.theme-rtl.css 363 B

12345678910111213141516171819202122232425
  1. .print-link {
  2. /* Use these for links above the content */
  3. text-align: left;
  4. /* Use these for links in a corner of the content */
  5. /*
  6. float: left;
  7. */
  8. }
  9. .print_html,
  10. .print_mail,
  11. .print_pdf,
  12. .print_epub {
  13. margin-left: 0;
  14. margin-right: 1em;
  15. }
  16. .print-syslink {
  17. margin-right: 0;
  18. margin-left: 1em;
  19. }
  20. img.print-icon-margin {
  21. padding-left: 4px;
  22. }