From: Jan-Christoph Borchardt Date: Tue, 25 Apr 2017 08:05:49 +0000 (+0200) Subject: Fix spinner position of Contacts menu X-Git-Tag: v12.0.0beta1~69^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4ae53408147eaa60169e77bff55ef815a7b7761d;p=nextcloud-server.git Fix spinner position of Contacts menu Signed-off-by: Jan-Christoph Borchardt --- diff --git a/core/css/styles.scss b/core/css/styles.scss index ed11fd52158..69a876240b0 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; }