Added print icons and links in project/*/tasks tab pages

This commit is contained in:
Manuel Cillero 2017-08-19 11:40:56 +02:00
parent be7bd1121c
commit c768664cc4
5 changed files with 89 additions and 7 deletions

View file

@ -163,6 +163,40 @@ body.section-node-edit .block ul.menu li.active-trail > a {
margin: 0;
}
/*
* Print top block.
*/
#block-print-0 {
position: absolute;
top: 0;
right: 0;
}
@media (max-width: 529px) { /* MINW = 530px */
#block-print-0 {
right: 4%;
}
}
#block-print-0 .content {
margin-right: 0;
}
#block-print-0 span {
font-size: 15px;
line-height: 1.8em;
padding: .4em 0 .4em .8em;
white-space: nowrap;
}
#block-print-0 span:before {
font-family: "fonticons";
padding: 0 .38em 0 0;
color: #ff3300;
}
#block-print-0 span.print_html:before {
content: "\e831";
}
#block-print-0 span.print_pdf:before {
content: "\e82e";
}
/*
* SuiteDesk menu block.
*/