Merge pull request #198 from JDonadio/design/import

Fix Import UI
This commit is contained in:
Matias Alejo Garcia 2016-08-18 17:50:27 -03:00 committed by GitHub
commit d8100b8cf7
3 changed files with 34 additions and 18 deletions

View file

@ -934,10 +934,16 @@ ul.wallet-selection.wallets {
line-height: 45px;
}
.item-border-off {
.no-border {
border-style: none;
}
input[type=file] {
margin-top: 10px;
margin-bottom: -10px;
line-height: 0px;
}
/*
* Calculator
*/