Minor fixes: support list of transactions proposal for small devices.

This commit is contained in:
Gustavo Cortez 2014-05-19 13:21:16 -03:00
commit 2967bfc9e0
3 changed files with 46 additions and 33 deletions

View file

@ -178,10 +178,6 @@ small.has-error {
.transactions button, .transactions .button {
padding: 0.5rem 2rem;
}
.small {
font-size: 60%;
line-height: inherit;
}
button.radius, .button.radius {
-webkit-border-radius: 5px;
@ -321,3 +317,7 @@ input.ng-invalid-wallet-secret {
color: #B4D455;
}
.success {
color: #3FBC9C;
}