Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions thinkhazard/static/less/report_print.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,18 @@ a.logo {
margin-top: 10px;
}

.disclaimer {
page-break-before: always;
}


/* Styles specific to the cover page */
.cover {
.division-name {
margin-top: 40px;
}
.footer {
margin-top: 100px;
margin-top: 80px;
}

#world_map {
Expand Down Expand Up @@ -123,11 +127,15 @@ a.logo {
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
li {
flex: 1;
width: auto;
min-width: 5em;
font-size: 12px;
text-align: center;
padding-top: 0;
padding-left: 6px;
padding-right: 6px;
margin-top: 1em;
border: 0;
.hazard-icon {
Expand Down
2 changes: 2 additions & 0 deletions thinkhazard/templates/pdf_report.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,15 @@
</table>
</div>

{#
<div class="data-source text-center small">
{{ngettext('Data source:', 'Data sources:', sources.__len__())}}
{% for source in sources %}
{{ source.owner_organization}}
{% if not loop.last %},&nbsp;{% endif %}
{% endfor %}
</div>
#}
</div>
</div>
{#
Expand Down
Loading