This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/modules/print/css/printlinks-rtl.css

27 lines
393 B
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;
}