support timeline

This commit is contained in:
Javier 2016-09-19 17:52:01 -03:00
commit f44d8a6e77
5 changed files with 90 additions and 32 deletions

View file

@ -994,3 +994,4 @@ input[type=number] {
@import "views/includes/walletActivity";
@import "views/includes/wallets";
@import "views/includes/modals/modals";
@import "views/includes/tx-details";

View file

@ -0,0 +1,13 @@
#tx-details {
.action-created.action-accepted {
color: green;
}
.action-rejected {
color: red;
}
}