Merge pull request #2629 from bechi/layout-details-12

fix more button
This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-24 17:52:24 -03:00
commit 6f2cc4b673
2 changed files with 9 additions and 5 deletions

View File

@ -408,7 +408,7 @@ history
</div>
</div>
<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-if="!index.updatingTxHistory">
<span translate>More</span> <i class="icon-arrow-down4 ng-scope"></i>

View File

@ -1144,6 +1144,14 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
/*/////////////////// SPINNER ////////////////////*/
#history .spinner {
height: 46px;
}
#history .spinner > div {
background-color: #7A8C9E;
}
.spinner {
margin: 0 auto;
width: 35px;
@ -1153,10 +1161,6 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
vertical-align: middle;
}
#history .spinner > div {
background-color: #7A8C9E;
}
.spinner > div {
background-color: #fff;
height: 100%;