aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2025-06-08 17:28:28 +0200
committerGuilhem Moulin <guilhem@fripost.org>2025-06-11 12:41:44 +0200
commit78b07067b4aba79fa0b5f282a067856f41e9ab31 (patch)
tree32e8184ca6d3fca7d766814645470669199fe4d4 /style.css
parente78dc2e27b61fc60c4f378c461196e7cae15ec24 (diff)
Add ability to filter over feature “age”.
Right now this is only implemented for avverk, mrr and vbk as other layers don't export the property.
Diffstat (limited to 'style.css')
-rw-r--r--style.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/style.css b/style.css
index 21ebfdd..2c43937 100644
--- a/style.css
+++ b/style.css
@@ -267,6 +267,7 @@ body.inprogress {
@media screen and (max-width: 200px) {
#layer-selection-button,
#map-legend-button,
+ #age-filter-button,
#export-to-image,
#layer-selection-panel,
#map-legend-panel,
@@ -463,6 +464,22 @@ body.inprogress {
background-color: var(--bs-list-group-action-hover-bg);
}
+#age-filter-modal .modal-body .btn-group {
+ width: 100%;
+}
+#age-filter-modal .age-filter-infotext {
+ margin: 0 0 var(--bs-modal-padding) 0;
+}
+#age-filter-form > p {
+ margin: var(--bs-modal-padding) 0;
+}
+#age-filter-form .age-filter-settings {
+ margin: 0 0 var(--bs-modal-padding) 0;
+}
+#age-filter-form .age-filter-settings p {
+ margin: 0;
+}
+
.popover {
--bs-popover-header-padding-x: .75rem;
--bs-popover-header-padding-y: .5rem;