From aa33940dede899d6edfce5183521517d9b65c6e3 Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Thu, 9 Jun 2022 19:18:52 +0200 Subject: [PATCH] forms.less: Add also button style on minimal layout & add mirgin-right to the btn-remove --- public/css/icinga/forms.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/css/icinga/forms.less b/public/css/icinga/forms.less index 865920ac7..0a1be84a6 100644 --- a/public/css/icinga/forms.less +++ b/public/css/icinga/forms.less @@ -100,7 +100,8 @@ form.inline { #layout.minimal-layout .icinga-form { .form-controls { - input[type="submit"] { + input[type="submit"], + button { width: 100%; &:not(:last-child) { @@ -108,6 +109,10 @@ form.inline { } } } + + .btn-remove { + margin-right: 1em; + } } // Label styles