changed style on tables pdf report

This commit is contained in:
marcos.alconada 2019-09-11 12:20:09 +02:00
parent a9e6409cf9
commit b9b4230a6e

View File

@ -27,9 +27,6 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* ============================================================================ * ============================================================================
*/ */
table {
text-align: center;
}
table.header_table { table.header_table {
width: 100%; width: 100%;
@ -72,6 +69,7 @@ table.table_beauty tbody tr td {
table.databox { table.databox {
margin-bottom: 20px; margin-bottom: 20px;
text-align: center;
} }
th.title_table_pdf { th.title_table_pdf {