From 4ae53408147eaa60169e77bff55ef815a7b7761d Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 25 Apr 2017 10:05:49 +0200 Subject: [PATCH] Fix spinner position of Contacts menu Signed-off-by: Jan-Christoph Borchardt --- core/css/styles.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/css/styles.scss b/core/css/styles.scss index ed11fd5215..69a876240b 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -1081,9 +1081,7 @@ span.ui-icon { .emptycontent { margin-top: 5vh !important; margin-bottom: 2vh; - .icon-loading { - position: inherit; - } + .icon-loading, .icon-search { display: inline-block; }