button history
This commit is contained in:
parent
eb3d6c4c6e
commit
b009be8457
2 changed files with 17 additions and 16 deletions
|
|
@ -407,19 +407,18 @@ history
|
||||||
{{btx.message || btx.addressTo}}
|
{{btx.message || btx.addressTo}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="m20t row">
|
<div class="m20t columns text-center" ng-show="index.txHistoryPaging || index.updatingTxHistory">
|
||||||
<div class="columns">
|
<button class="outline light-gray small expand"
|
||||||
|
ng-click="index.updateTxHistory(index.skipHistory)"
|
||||||
<button class="outline light-gray small expand"
|
ng-if="!index.updatingTxHistory">
|
||||||
ng-disabled="index.updatingTxHistory"
|
<span translate>More</span> <i class="icon-arrow-down4 ng-scope"></i>
|
||||||
ng-click="index.updateTxHistory(index.skipHistory)"
|
</button>
|
||||||
ng-show="index.txHistoryPaging || index.updatingTxHistory"
|
<div class="spinner" ng-if="index.updatingTxHistory">
|
||||||
>
|
<div class="rect1"></div>
|
||||||
<span ng-show="!index.updatingTxHistory">
|
<div class="rect2"></div>
|
||||||
<span translate>More</span> <i class="icon-arrow-down4 ng-scope"></i>
|
<div class="rect3"></div>
|
||||||
</span>
|
<div class="rect4"></div>
|
||||||
<span translate ng-show="index.updatingTxHistory">Loading...</span>
|
<div class="rect5"></div>
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,6 @@ h2 {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
@ -147,7 +146,7 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
width:100%;
|
width:100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 46px;
|
top: 46px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
@ -1152,6 +1151,10 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#history .spinner > div {
|
||||||
|
background-color: #7A8C9E;
|
||||||
|
}
|
||||||
|
|
||||||
.spinner > div {
|
.spinner > div {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
@ -1196,4 +1199,3 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
|
||||||
-webkit-transform: scaleY(1.0);
|
-webkit-transform: scaleY(1.0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue