Stéphane Bidoul
9 years ago
3 changed files with 78 additions and 103 deletions
-
20mis_builder/report/report_mis_report_instance.py
-
99mis_builder/report/report_mis_report_instance.xml
-
62mis_builder/static/src/css/report.css
@ -1,47 +1,45 @@ |
|||||
.mis_table { |
.mis_table { |
||||
display: table ; |
|
||||
|
display: table; |
||||
width: 100%; |
width: 100%; |
||||
table-layout: fixed ; |
|
||||
|
table-layout: fixed; |
||||
} |
} |
||||
.mis_row { |
.mis_row { |
||||
display: table-row ; |
|
||||
|
display: table-row; |
||||
page-break-inside: avoid; |
page-break-inside: avoid; |
||||
} |
} |
||||
.mis_cell { |
.mis_cell { |
||||
display: table-cell ; |
|
||||
|
display: table-cell; |
||||
page-break-inside: avoid; |
page-break-inside: avoid; |
||||
} |
} |
||||
.mis_thead { |
.mis_thead { |
||||
display: table-header-group ; |
|
||||
|
display: table-header-group; |
||||
} |
} |
||||
.mis_tbody { |
.mis_tbody { |
||||
display: table-row-group ; |
|
||||
} |
|
||||
.mis_row.labels { |
|
||||
background-color:#F0F0F0 ; |
|
||||
|
display: table-row-group; |
||||
} |
} |
||||
.mis_table, .mis_table .mis_row { |
.mis_table, .mis_table .mis_row { |
||||
border-left:0px; |
|
||||
border-right:0px; |
|
||||
text-align:left; |
|
||||
padding-right:3px; |
|
||||
padding-left:3px; |
|
||||
padding-top:2px; |
|
||||
padding-bottom:2px; |
|
||||
border-collapse:collapse; |
|
||||
} |
|
||||
.mis_table .mis_row.labels, .mis_table .mis_row.lines { |
|
||||
border-color:grey ; |
|
||||
border-bottom:1px solid lightGrey ; |
|
||||
} |
|
||||
.mis_table .mis_cell { |
|
||||
word-wrap: break-word; |
|
||||
} |
|
||||
.mis_cell.amount { |
|
||||
word-wrap:normal; |
|
||||
text-align:right; |
|
||||
} |
|
||||
.mis_table .mis_cell{ |
|
||||
padding-left: 5px; |
|
||||
/* border-right:1px solid lightGrey; uncomment to active column lines */ |
|
||||
|
border-left: 0px; |
||||
|
border-right: 0px; |
||||
|
text-align: left; |
||||
|
padding-right: 3px; |
||||
|
padding-left: 3px; |
||||
|
padding-top: 2px; |
||||
|
padding-bottom: 2px; |
||||
|
border-collapse: collapse; |
||||
|
} |
||||
|
.mis_table .mis_row { |
||||
|
border-color: grey; |
||||
|
border-bottom: 1px solid lightGrey; |
||||
|
} |
||||
|
.mis_table .mis_cell.mis_collabel { |
||||
|
font-weight: bold; |
||||
|
background-color: #F0F0F0; |
||||
|
text-align: center; |
||||
|
} |
||||
|
.mis_table .mis_cell.mis_rowlabel { |
||||
|
text-align: left; |
||||
|
/*white-space: nowrap;*/ |
||||
|
} |
||||
|
.mis_table .mis_cell.mis_amount { |
||||
|
text-align: right; |
||||
} |
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue