Merge pull request #4497 from cmgustavo/bug/wallet-list-align-01

Aligns wallet list
This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-24 14:25:00 -03:00 committed by GitHub
commit 0db4de8931

View file

@ -821,6 +821,7 @@ ul.manage li {
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
padding-top: 0 !important; padding-top: 0 !important;
line-height: 14px;
} }
.release { .release {
@ -1663,7 +1664,7 @@ a.missing-copayers {
width: 35px; width: 35px;
height: 30px; height: 30px;
border-radius: 3px; border-radius: 3px;
padding-top: 5px; padding-top: 4px;
} }
} }