printlinks-rtl.css 393 B

123456789101112131415161718192021222324252627
  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 {
  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. }
  20. label.printmail-label {
  21. float: right;
  22. }