fix bugs when you have 0 wallets

This commit is contained in:
bechi 2015-01-16 17:03:42 -03:00
commit 247fb41a90
2 changed files with 17 additions and 12 deletions

View file

@ -1335,7 +1335,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
.black {
background-color: #2C3E50;
}
.text-italic {font-style: italic;}
.text-light {font-weight: 100;}
.text-bold {font-weight: 700;}
.text-gray {color: #8597A7;}