Skip to content

Commit

Permalink
.msgapi #mapstore-print-panel.modal-dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Jan 8, 2020
1 parent 69e081b commit 52c0194
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion geonode/layers/templates/layers/layer_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@
<div class="page-header">
<style>
#paneltbar {
margin-top: 1px !important;
margin-top: 1px !important;
}

.msgapi #mapstore-print-panel.modal-dialog {
height: 400px;
width: 100%;
position: absolute;
}
</style>

Expand Down
8 changes: 7 additions & 1 deletion geonode/maps/templates/maps/map_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@
<div class="page-header">
<style>
#paneltbar {
margin-top: 1px !important;
margin-top: 1px !important;
}

.msgapi #mapstore-print-panel.modal-dialog {
height: 400px;
width: 100%;
position: absolute;
}
</style>

Expand Down

0 comments on commit 52c0194

Please sign in to comment.