center loading spinner

Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
fnuesse 2018-11-21 10:09:45 +01:00
parent 1d79a08ab7
commit c76378fa37
No known key found for this signature in database
GPG key ID: 2089A3431243E819
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@
$scope.active_vault = vault;
$scope.active_vault.vaultKey = vaultKey;
if(!$rootScope.vaultCache){
$rootScope.vaultCache = [];
$rootScope.vaultCache = [];
}
VaultService.setActiveVault($scope.active_vault);
for (var i = 0; i < _credentials.length; i++) {

View file

@ -579,7 +579,7 @@
width: 120px;
margin-top: 30px;
margin-left: -60px;
top: 50%;
top: 30%;
left: 50%;
position: absolute;
}