Fix spinner when sign/reject/remove/broadcast a transaction

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-24 15:02:14 -03:00
commit 68cc09f4ab
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
11 changed files with 52 additions and 51 deletions

View file

@ -1116,25 +1116,26 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
}
.onGoingProcess {
left: 0;
width: 100%;
bottom: 90px;
position: absolute;
z-index: 1020;
}
.onGoingProcess-content {
background: #213140;
text-align: center;
max-width: 16.5rem;
max-height: 3.5rem;
top:auto;
left:0;
right:0;
bottom:170px;
margin: auto;
border-radius: 3px;
color: #fff;
padding: 0.5rem;
font-size: 13px;
position: absolute;
opacity: 0.8;
z-index: 10;
border-radius: 3px;
}
/*/////////////////// SPINNER ////////////////////*/
.spinner {