Fixes scroll and notification
This commit is contained in:
parent
2782baadb6
commit
7f2ce5d56c
3 changed files with 23 additions and 22 deletions
|
|
@ -1,4 +1,21 @@
|
||||||
<div ng-controller="walletHomeController as home">
|
<div ng-controller="walletHomeController as home">
|
||||||
|
|
||||||
|
<div class="onGoingProcess" ng-show="index.anyOnGoingProcess" ng-style="{'background-color':index.backgroundColor}">
|
||||||
|
<div class="spinner">
|
||||||
|
<div class="rect1"></div>
|
||||||
|
<div class="rect2"></div>
|
||||||
|
<div class="rect3"></div>
|
||||||
|
<div class="rect4"></div>
|
||||||
|
<div class="rect5"></div>
|
||||||
|
</div>
|
||||||
|
<span translate ng-show="index.onGoingProcessName == 'openingWallet'"> Updating Wallet... </span>
|
||||||
|
<span translate ng-show="index.onGoingProcessName == 'updatingStatus'"> Updating Status...</span>
|
||||||
|
<span translate ng-show="index.onGoingProcessName == 'updatingBalance'">Updating Wallet... </span>
|
||||||
|
<span translate ng-show="index.onGoingProcessName == 'updatingPendingTxps'">Updating Wallet...</span>
|
||||||
|
<span translate ng-show="index.onGoingProcessName == 'scanning'">Scanning Wallet funds...</span>
|
||||||
|
<span translate ng-show="index.onGoingProcessName == 'recreating'">Recreating Wallet...</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="walletHome" class="walletHome tab-view tab-in">
|
<div id="walletHome" class="walletHome tab-view tab-in">
|
||||||
<div class="oh" ng-show="!index.noFocusedWallet">
|
<div class="oh" ng-show="!index.noFocusedWallet">
|
||||||
<div class="amount" ng-style="{'background-color':index.backgroundColor}">
|
<div class="amount" ng-style="{'background-color':index.backgroundColor}">
|
||||||
|
|
@ -50,22 +67,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="onGoingProcess" ng-show="index.anyOnGoingProcess" ng-style="{'background-color':index.backgroundColor}">
|
|
||||||
<div class="spinner">
|
|
||||||
<div class="rect1"></div>
|
|
||||||
<div class="rect2"></div>
|
|
||||||
<div class="rect3"></div>
|
|
||||||
<div class="rect4"></div>
|
|
||||||
<div class="rect5"></div>
|
|
||||||
</div>
|
|
||||||
<span translate ng-show="index.onGoingProcessName == 'openingWallet'"> Updating Wallet... </span>
|
|
||||||
<span translate ng-show="index.onGoingProcessName == 'updatingStatus'"> Updating Status...</span>
|
|
||||||
<span translate ng-show="index.onGoingProcessName == 'updatingBalance'">Updating Wallet... </span>
|
|
||||||
<span translate ng-show="index.onGoingProcessName == 'updatingPendingTxps'">Updating Wallet...</span>
|
|
||||||
<span translate ng-show="index.onGoingProcessName == 'scanning'">Scanning Wallet funds...</span>
|
|
||||||
<span translate ng-show="index.onGoingProcessName == 'recreating'">Recreating Wallet...</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="m20t" ng-show="index.notAuthorized">
|
<div class="m20t" ng-show="index.notAuthorized">
|
||||||
<div class="text-center text-warning">
|
<div class="text-center text-warning">
|
||||||
<i class="fi-alert"></i>
|
<i class="fi-alert"></i>
|
||||||
|
|
|
||||||
|
|
@ -123,8 +123,6 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
|
||||||
|
|
||||||
.page, .main {
|
.page, .main {
|
||||||
height:100%;
|
height:100%;
|
||||||
overflow-y: auto;
|
|
||||||
overflow-x: none;
|
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1123,6 +1121,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -687,8 +687,9 @@ a.pin-button:active {
|
||||||
transform: translate3d(-100%, 0, 0);
|
transform: translate3d(-100%, 0, 0);
|
||||||
width:100%;
|
width:100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-bottom: 50px;
|
top: 46px;
|
||||||
height: 100%;
|
bottom: 80px;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-in {
|
.tab-in {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue