From c63c86cffc392aea1d839d416cb28e4404a7e1f8 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Mon, 4 Oct 2021 11:41:18 +0200 Subject: [PATCH] fixes #1498 icon and legend closer --- admin/themes/default/theme.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 94160f98a..fc9aa7a6a 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -239,7 +239,12 @@ TABLE.languages TR TD { padding: 7px 20px; } .albumActions a span, .albumActions span span{ margin: 10px; } - +.albumActions a span { + margin-left: 20px; +} +.albumActions .iconLegend { + margin-left: 0; +} .addAlbum { display: flex; flex-direction: column;