N°3912 - Polishing: Export - export of impact analysis

This commit is contained in:
acognet
2021-06-21 09:21:48 +02:00
parent 108bc2fa1d
commit ee5847ec82
5 changed files with 255 additions and 107 deletions

View File

@@ -67,10 +67,10 @@ class PDFPage extends WebPage
table {
padding: 2pt;
}
table.listResults td {
table.ibo-datatable td {
border: 0.5pt solid #000 ;
}
table.listResults th {
table.ibo-datatable th {
background-color: #eee;
border: 0.5pt solid #000 ;
}
@@ -86,6 +86,13 @@ table.section td {
td.icon {
width: 30px;
}
h2{
font-size: 10pt;
vertical-align: middle;
background-color:#eee;
padding: 2pt;
margin:2pt;
}
EOF
);
}