print_ui.theme-rtl.css 363 B

12345678910111213141516171819202122
  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, .print_mail, .print_pdf, .print_epub {
  10. margin-left: 0;
  11. margin-right: 1em;
  12. }
  13. .print-syslink {
  14. margin-right: 0;
  15. margin-left: 1em;
  16. }
  17. img.print-icon-margin {
  18. padding-left: 4px;
  19. }