diff --git a/openslides/core/static/css/app.css b/openslides/core/static/css/app.css index accc49747..d2defa24e 100644 --- a/openslides/core/static/css/app.css +++ b/openslides/core/static/css/app.css @@ -545,6 +545,10 @@ img { margin-top: 25px; } +.spacer-bottom { + margin-bottom: 7px; +} + .spacer-right { margin-right: 5px; } diff --git a/openslides/core/static/js/core/site.js b/openslides/core/static/js/core/site.js index e87b45de4..6c17afce0 100644 --- a/openslides/core/static/js/core/site.js +++ b/openslides/core/static/js/core/site.js @@ -432,6 +432,26 @@ angular.module('OpenSlidesApp.core.site', [ } ]) +.directive('routeLoadingIndicator', [ + '$rootScope', + '$state', + function($rootScope, $state) { + return { + restrict: 'E', + template: "