Fix bitpay card history. Fix icons for paypro on amount/confirm views

This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-14 12:59:31 -03:00
commit 93e95364bf
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
6 changed files with 49 additions and 18 deletions

View file

@ -408,6 +408,14 @@ input[type=file] {
line-height: 0px;
}
.w100p {
width: 100%;
}
.pointer {
cursor: pointer;
}
.text-right {
text-align: right;
}