aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2025-06-10 02:00:48 +0200
committerGuilhem Moulin <guilhem@fripost.org>2025-06-10 03:12:01 +0200
commit49ebc6cf0877ed2a46d7b8232a87ccfad9223525 (patch)
tree12048ad2be913c2102e6361fdcc48b1d36bb8b83 /index.html
parent8f3b202c920919af34fe80cc547c70bbc9a89196 (diff)
Info modal: improve CSS and move background stuff at the bottom.
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index e9c330b..6fced1d 100644
--- a/index.html
+++ b/index.html
@@ -17,12 +17,13 @@
<div class="modal" id="modal-info" tabindex="-1" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable modal-lg">
<div class="modal-content">
- <div class="modal-header py-2">
- <h5 class="my-0">Källor och licensinformation</h5>
+ <div class="modal-header">
+ <div class="h5 m-0">Källor och licensinformation</div>
<button type="button" class="btn-close" data-bs-dismiss="modal" title="Stäng" aria-label="Stäng"></button>
</div>
<div id="info-body" class="modal-body">
- <ul class="list-group list-group-flush mb-2">
+ <div id="info-accordion" class="accordion accordion-flush"></div>
+ <ul class="list-group list-group-flush">
<li class="list-group-item">
<h6>Bakgrund kartor</h6>
<p>&copy; <a href="https://lantmateriet.se" target="_blank">Lantmäteriet</a></p>
@@ -44,7 +45,6 @@
<a href="https://git.guilhem.org/KlimatanalysNorr/tools" target="_blank">Källkod <i class="bi bi-box-arrow-up-right"></i></a></p>
</li>
</ul>
- <div id="info-accordion" class="accordion accordion-flush"></div>
<p class="small text-muted info-credits">Webbkartan är utvecklad av
<a href="https://guilhem.se" target="_blank">Guilhem Datakonsult</a> på uppdrag av
<a href="https://www.klimatanalysnorr.se" target="_blank">Klimatanalys Norr projektet</a>.</p>