Merge branch 'ent-5963-10190-Mala-representacion-de-graficas-en-pdf-group-report-agent-configuration-y-group-settings' into 'develop'

Ent 5963 10190 mala representacion de graficas en pdf group report agent configuration y group settings

See merge request artica/pandorafms!3296
This commit is contained in:
Daniel Rodriguez 2020-07-20 15:33:53 +02:00
commit de271193cc
1 changed files with 61 additions and 1 deletions

View File

@ -38,7 +38,7 @@ table.header_table tr td {
}
table thead tr th {
background-color: #acacac;
background-color: #919191;
}
table thead tr th.title_table_pdf {
@ -153,3 +153,63 @@ span.mpdf_toc_t_level_2 {
span.mpdf_toc_p_level_2 {
/* Page no. level 2 - may be inside <a> */
}
table tbody td.cellCritical {
background: #f85858;
color: #fff;
}
table tbody td.cellBold {
font-weight: bold;
}
table tbody td.cellRight {
text-align: right;
}
table tbody td.cellCenter {
text-align: center;
}
table tbody td.cellWhite {
background: #fff;
color: #111;
}
table tbody td.cellNormal {
background: #6eb432;
color: #fff;
}
table tbody td.cellCritical {
background: #f85858;
color: #fff;
}
table tbody td.cellWarning {
background: #ffea59;
color: #111;
}
table tbody td.cellUnknown {
background: #aaaaaa;
color: #ffffff;
}
table tbody td.cellNotInit {
background: #4a83f3;
color: #ffffff;
}
table tbody td.cellAlert {
background: #ff8800;
color: #111;
}
table tbody td.cellBorder1 {
border: 1px solid #666;
}
table tbody td.cellBig {
font-size: 18px;
}