You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
346 B

/* force full height on public template */
#body-public .full-height {
height: 100%;
}
#body-public footer.hidden {
display: none;
}
#pdframe {
/* The PDF frame uses an absolute position and thus fills the whole padding
* box of the content, so the top padding is needed here too to not overlap
* the header. */
padding-top: inherit;
}