[RFR] l10n_nl_mis_reports -> mis_template_financial_report
This commit is contained in:
committed by
Geraldo Lopez
parent
2b279ca0a1
commit
de2c0857c1
@@ -0,0 +1,7 @@
|
||||
.oe_mis_builder_content div.mis_builder_horizontal {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
.oe_mis_builder_content div.mis_builder_horizontal .table {
|
||||
width: 50%;
|
||||
}
|
||||
11
mis_template_financial_report/static/src/css/report.css
Normal file
11
mis_template_financial_report/static/src/css/report.css
Normal file
@@ -0,0 +1,11 @@
|
||||
div.mis_builder_horizontal {
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
div.mis_builder_horizontal > div {
|
||||
display: table-row;
|
||||
}
|
||||
div.mis_builder_horizontal > div > div {
|
||||
display: table-cell;
|
||||
padding: 2px;
|
||||
}
|
||||
Reference in New Issue
Block a user