diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-08 17:28:28 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-11 12:41:44 +0200 |
commit | 78b07067b4aba79fa0b5f282a067856f41e9ab31 (patch) | |
tree | 32e8184ca6d3fca7d766814645470669199fe4d4 /style.css | |
parent | e78dc2e27b61fc60c4f378c461196e7cae15ec24 (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.css | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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; |