added balance list menu

This commit is contained in:
Ricsi
2017-02-14 19:53:20 +01:00
parent 7080ef002c
commit 75dafb1656
5 changed files with 49 additions and 0 deletions

View File

@@ -73,6 +73,10 @@ main #loading {
text-align: right;
}
.float_right {
float: right;
}
.danger {
background-color: #ffdddd;
border-left: 6px solid #002E4C;