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

@ -127,10 +127,10 @@ _:-ms-fullscreen, :root .main {
margin-left: 26px;
font-size: 1rem;
font-weight: 400;
padding: 10px 0;
}
.tab-bar .text-close {
margin-right: 10px;
font-size: 1rem;
font-weight: 400;
}
@ -582,6 +582,10 @@ a.pin-button:active {
transform: none !important;
}
.popup-tx-status {
z-index: 1030;
}
.popup-txsent {
position: absolute;
width: 100%;