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

@ -593,7 +593,6 @@ table#tasks tr.row-group td:first-child a {
body[class*="-tasks section"] #content-area {
clear: both;
}
body[class*="-tasks section"] .region-content-top .block,
body[class*="-kanban section"] .region-content-top .block {
width: 24.7%;
margin: 0 .4% 0 0;
@ -604,12 +603,10 @@ body[class*="-kanban section"] .region-content-top .block {
margin-right: 0;
}
body[class*="-tasks section"] .region-content-top .block h2.title:before,
body[class*="-kanban section"] .region-content-top .block h2.title:before {
content: "";
}
.view-tasks-backlog h2.title,
body[class*="-tasks section"] .region-content-top .block h2.title,
body[class*="-kanban section"] .region-content-top .block h2.title {
text-align: center;
padding: 5px;
@ -789,7 +786,6 @@ body[class*="-kanban section"] .region-content-top .block h2.title {
}
@media (max-width: 899px) {
body[class*="-tasks section"] .region-content-top .block,
body[class*="-kanban section"] .region-content-top .block {
float: none;
width: 100%;