diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 10:05:49 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-04-25 20:47:18 +0200 |
commit | 4ae53408147eaa60169e77bff55ef815a7b7761d (patch) | |
tree | 160a265150346623286bad158318c13c46a594b9 /core/css | |
parent | 945420baaf1e06f1e6509013fc744c5aa67c89a3 (diff) | |
download | nextcloud-server-4ae53408147eaa60169e77bff55ef815a7b7761d.tar.gz nextcloud-server-4ae53408147eaa60169e77bff55ef815a7b7761d.zip |
Fix spinner position of Contacts menu
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.scss | 4 |
1 files changed, 1 insertions, 3 deletions
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; } |