Overview: optimize layout for print
This commit is contained in:
parent
fa678f938a
commit
d2a5a32954
1 changed files with 47 additions and 1 deletions
|
@ -55,10 +55,56 @@ main {
|
|||
.bulkAction,
|
||||
.overviews .checkbox-replacement,
|
||||
.overviews .overview-header,
|
||||
.table-checkbox {
|
||||
.table-checkbox,
|
||||
.sidebar,
|
||||
.page-header-meta .btn {
|
||||
display: none;
|
||||
}
|
||||
|
||||
h1, .popover-notificationsHeader .popover-title, .ticket-title-update, h2, h3, h4, h5, h6 {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.table {
|
||||
border: none;
|
||||
color: black;
|
||||
table-layout: auto;
|
||||
|
||||
thead tr {
|
||||
border: none;
|
||||
}
|
||||
|
||||
> thead > tr > th {
|
||||
background: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
> tbody > tr > td {
|
||||
border: none;
|
||||
}
|
||||
|
||||
tbody tr {
|
||||
border-top: 1px solid;
|
||||
}
|
||||
}
|
||||
|
||||
td a {
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.table-col-resize {
|
||||
display: none;
|
||||
}
|
||||
|
||||
th.js-tableHead:not([data-column-key="icon"]) {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
.icon-task-state.open {
|
||||
fill: gray;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Ticket Zoom
|
||||
|
|
Loading…
Reference in a new issue