From 78b07067b4aba79fa0b5f282a067856f41e9ab31 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 8 Jun 2025 17:28:28 +0200 Subject: =?UTF-8?q?Add=20ability=20to=20filter=20over=20feature=20?= =?UTF-8?q?=E2=80=9Cage=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Right now this is only implemented for avverk, mrr and vbk as other layers don't export the property. --- style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'style.css') 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; -- cgit v1.2.3