Browse Source
Merge pull request #436 from Eficent/11.0-ff-account_financial_report-css_injection_assets_backend
[11.0] [FIX] account_financial_report: css injection assets backend
pull/452/head
Pedro M. Baeza
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
3 deletions
-
account_financial_report/static/src/css/report.css
|
@ -1,6 +1,3 @@ |
|
|
body, table, td, span, div { |
|
|
|
|
|
font-family: Helvetica, Arial; |
|
|
|
|
|
} |
|
|
|
|
|
.act_as_table { |
|
|
.act_as_table { |
|
|
display: table !important; |
|
|
display: table !important; |
|
|
} |
|
|
} |
|
@ -104,4 +101,5 @@ body, table, td, span, div { |
|
|
width: 90%; |
|
|
width: 90%; |
|
|
margin-right: auto; |
|
|
margin-right: auto; |
|
|
margin-left: auto; |
|
|
margin-left: auto; |
|
|
|
|
|
font-family: Helvetica, Arial; |
|
|
} |
|
|
} |