Skip to content
Snippets Groups Projects
Commit 3f5663e9 authored by Nicolas Lempereur's avatar Nicolas Lempereur
Browse files

[FIX] l10n_ch: ignore stylistic background

If user choose custom report type with background, we don't want the
background on the ISR report that is intended to be printed on
preprinted paper.

opw-1820123
closes #23743
parent 84db2dc9
No related branches found
No related tags found
No related merge requests found
......@@ -19,12 +19,18 @@ body.l10n_ch_isr {
}
}
}
}
/* content outside isr needs margins to not overlap header */
body.l10n_ch_isr #content_outside_isr {
padding: 15px;
padding-top: 150px;
/* content outside isr needs margins to not overlap header */
#content_outside_isr {
padding: 15px;
padding-top: 150px;
}
/* ISR is intended for pre-printed paper, we don't want stylistic background */
.o_report_layout_background {
background: none;
min-height: 0;
}
}
body.l10n_ch_isr #isr {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment