diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-24 23:13:46 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 00:22:57 +0200 |
commit | cf588f03bf91c24115e77c47f50e631f6f54a227 (patch) | |
tree | ae9eba3983d69f70f072535309bcc2e645dae5cd /settings/templates/apps.php | |
parent | 2fbf1114aced77a3840ee024d925efb8671458fb (diff) | |
download | nextcloud-server-cf588f03bf91c24115e77c47f50e631f6f54a227.tar.gz nextcloud-server-cf588f03bf91c24115e77c47f50e631f6f54a227.zip |
Center spinner in apps management
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/templates/apps.php')
-rw-r--r-- | settings/templates/apps.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index 817856717a0..ed842bb2ca9 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -191,11 +191,11 @@ script( </ul> </div> -<div id="app-content"> +<div id="app-content" class="icon-loading"> <svg class="app-filter"> <defs><filter id="invertIcon"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0"></feColorMatrix></filter></defs> </svg> - <div id="apps-list" class="icon-loading"></div> + <div id="apps-list"></div> <div id="apps-list-empty" class="hidden emptycontent emptycontent-search"> <div class="icon-search"></div> <h2><?php p($l->t('No apps found for your version')) ?></h2> |