summaryrefslogtreecommitdiff
path: root/assets/css/src/print.css
blob: 9a137842a311208c615622ffc1a5503353035e4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@page {
    orientation: landscape;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#board-container {
    overflow-x: initial !important
}

.board-task-list {
    min-height: 0 !important
}

.task-board {
    page-break-inside: avoid
}

.menu-inline, .project-header, .page-header, .menus-container, .sidebar, .alert, .alert-info, .dropdown > ul {
    display: none
}