aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-01-13 15:43:16 +0100
committerGuilhem Moulin <guilhem@fripost.org>2024-01-13 23:49:40 +0100
commitb0d7609c9e386ecdc383f73d59f94f94097b33f1 (patch)
treeb2e2139c27ad97af80a65e1148d7ad6f07c24ef0 /index.html
parent610d754456a7e4e7c702e60c8d3e0ecf6459d240 (diff)
CSS: Make the feel more bootstrap-y.
Diffstat (limited to 'index.html')
-rw-r--r--index.html16
1 files changed, 12 insertions, 4 deletions
diff --git a/index.html b/index.html
index bae1dc5..dd4d802 100644
--- a/index.html
+++ b/index.html
@@ -7,11 +7,19 @@
</head>
<body>
<div id="map"></div>
- <div id="layer-selection-panel" aria-hidden="true">
- <div class="form-check form-switch">
- <input class="form-check-input" type="checkbox" role="switch" id="layer-topowebb_nedtonad">
- <label class="form-check-label" for="layer-topowebb_nedtonad">Nedtonad bakgrund karta</label>
+ <div id="map-control-container" aria-hidden="true">
+ <div id="zoom-control"></div>
+ <div id="layer-selection-panel" class="modal" role="dialog" aria-hidden="true">
+ <div class="modal-content">
+ <div class="modal-body">
+ <div class="form-check form-switch">
+ <input class="form-check-input" type="checkbox" role="switch" id="layer-topowebb_nedtonad">
+ <label class="form-check-label" for="layer-topowebb_nedtonad">Nedtonad bakgrund karta</label>
+ </div>
+ </div>
+ </div>
</div>
+ <div id="map-menu"></div>
</div>
<div class="modal" id="modal-info" tabindex="-1" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">