Added print icons and links in project/*/tasks tab pages
This commit is contained in:
parent
be7bd1121c
commit
c768664cc4
5 changed files with 89 additions and 7 deletions
|
@ -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%;
|
||||
|
|
Reference in a new issue