fix private message on tx proposal

This commit is contained in:
bechi 2014-09-25 18:19:09 -03:00
commit e2f6d52f34
3 changed files with 64 additions and 49 deletions

View file

@ -279,11 +279,11 @@ a:hover {
}
.last-transactions-header {
padding: 1rem 0;
padding: 1rem;
}
.last-transactions-footer {
padding: 1rem 0;
padding: 1rem;
overflow: hidden;
}
@ -325,6 +325,12 @@ a:hover {
color: #fff;
}
.last-transactions-header .label, .last-transactions-footer .label {
white-space: normal;
text-align: left;
line-height: 1.2rem;
}
.input-note {
margin-top: -10px;
display: block;