From 68fc62ddbd2cdf9bf2afff7e5e863b2abcb0fc9e Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 16 Jun 2018 12:51:50 +0200 Subject: [PATCH] Fix close button vertical alignment --- umap/static/umap/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css index a40af1dd..db9f033f 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -761,7 +761,7 @@ i.info { .umap-close-icon { background-repeat: no-repeat; background-image: url('./img/16.png'); - background-position: -52px -9px; + background-position: -52px -13px; display: inline; padding: 0 10px; vertical-align: middle;