From 89bc1f13edec7d5e57e44e48f393cd24178694a8 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 21 Aug 2015 10:53:16 +0200 Subject: [PATCH] forms.less: Prevent that the sort control "wobbles" I love this word.. refs #8369 --- public/css/icinga/forms.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/css/icinga/forms.less b/public/css/icinga/forms.less index 16b4968b6..574acadfa 100644 --- a/public/css/icinga/forms.less +++ b/public/css/icinga/forms.less @@ -340,9 +340,11 @@ i.autosubmit-warning { margin-left: 0.2em; margin-top: 0.25em; - &.spinning:before { + &:before { margin: 0; // Disables wobbling - font-size: 90%; // icon-spin6 seems to be bigger than icon-cw + } + + &.spinning:before { content: '\e874'; // icon-spin6 .animate(spin 2s infinite linear); }