From 237d79e43fbf5f2e170714d0f6f9e6fd1de7a464 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 8 Jun 2020 08:34:19 +0200 Subject: [PATCH] modal.less: Move close button to the right --- public/css/icinga/modal.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/modal.less b/public/css/icinga/modal.less index 7b377cb08..e438ec34e 100644 --- a/public/css/icinga/modal.less +++ b/public/css/icinga/modal.less @@ -62,7 +62,7 @@ > button { position: absolute; top: .75em; - left: .5em; + right: .75em; background-color: @gray; border: none;