mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-11 09:59:21 +08:00
center loading spinner
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
parent
1d79a08ab7
commit
c76378fa37
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@
|
||||||
$scope.active_vault = vault;
|
$scope.active_vault = vault;
|
||||||
$scope.active_vault.vaultKey = vaultKey;
|
$scope.active_vault.vaultKey = vaultKey;
|
||||||
if(!$rootScope.vaultCache){
|
if(!$rootScope.vaultCache){
|
||||||
$rootScope.vaultCache = [];
|
$rootScope.vaultCache = [];
|
||||||
}
|
}
|
||||||
VaultService.setActiveVault($scope.active_vault);
|
VaultService.setActiveVault($scope.active_vault);
|
||||||
for (var i = 0; i < _credentials.length; i++) {
|
for (var i = 0; i < _credentials.length; i++) {
|
||||||
|
|
|
@ -579,7 +579,7 @@
|
||||||
width: 120px;
|
width: 120px;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
margin-left: -60px;
|
margin-left: -60px;
|
||||||
top: 50%;
|
top: 30%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue