From 4e7f1e43c0ce40def20627ca7f4e2b64191349b5 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 1 May 2024 17:35:05 +0200 Subject: [PATCH] wip: make owner closer to title in caption box --- umap/static/umap/map.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 553f6047..36c51cff 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -979,7 +979,12 @@ a.umap-control-caption, .datalayer-name { cursor: pointer; } - +.umap-caption h3 { + margin-bottom: 0; +} +.umap-caption .umap-map-owner { + padding-left: 31px; +} /* ********************************* */ /* Table Editor */