You are here

printlinks-rtl.css in Printer, email and PDF versions 6

Same filename and directory in other branches
  1. 7 css/printlinks-rtl.css
  2. 5.x css/printlinks-rtl.css
.print-link {
  /* Use these for links above the content */
  text-align: left;
  /* Use these for links in a corner of the content */
  /*
  float:left;
  */
}

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

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

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

label.printmail-label {
  float: right;
}

File

css/printlinks-rtl.css
View source
  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. }