commit
6f2cc4b673
2 changed files with 9 additions and 5 deletions
|
|
@ -408,7 +408,7 @@ history
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="m20t columns text-center" ng-show="index.txHistoryPaging || index.updatingTxHistory">
|
<div class="m20t columns text-center" ng-show="index.txHistoryPaging || index.updatingTxHistory">
|
||||||
<button class="outline light-gray small expand"
|
<button class="outline light-gray small expand m0"
|
||||||
ng-click="index.updateTxHistory(index.skipHistory)"
|
ng-click="index.updateTxHistory(index.skipHistory)"
|
||||||
ng-if="!index.updatingTxHistory">
|
ng-if="!index.updatingTxHistory">
|
||||||
<span translate>More</span> <i class="icon-arrow-down4 ng-scope"></i>
|
<span translate>More</span> <i class="icon-arrow-down4 ng-scope"></i>
|
||||||
|
|
|
||||||
|
|
@ -1144,6 +1144,14 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
|
||||||
|
|
||||||
/*/////////////////// SPINNER ////////////////////*/
|
/*/////////////////// SPINNER ////////////////////*/
|
||||||
|
|
||||||
|
#history .spinner {
|
||||||
|
height: 46px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#history .spinner > div {
|
||||||
|
background-color: #7A8C9E;
|
||||||
|
}
|
||||||
|
|
||||||
.spinner {
|
.spinner {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 35px;
|
width: 35px;
|
||||||
|
|
@ -1153,10 +1161,6 @@ 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%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue