further beautification. looks a bit like NEAT1 now

This commit is contained in:
Stefan Dresselhaus
2015-08-09 03:17:36 +02:00
parent 44653b7504
commit fc3432b834
3 changed files with 50 additions and 12 deletions

37
static/css/neat.css Normal file
View File

@ -0,0 +1,37 @@
.corpTransaction {
background-color: #3333cc;
}
.personalTransaction {
background-color: #ffffcc;
}
.sellTransaction {
background-color: #33cc33;
}
.buyTransaction {
background-color: #ffcccc;
}
.profit {
background-color: #88ff88;
}
.loss {
background-color: #ff8888;
}
.buyfee {
background-color: #ffe8e8;
}
.numeric {
text-align: right;
font-family: monospace;
}
.duration {
text-align: right;
font-family: monospace;
}