added balance text to diary

This commit is contained in:
Ricsi
2017-02-17 21:56:58 +01:00
parent 7fa698f328
commit 9ec9ce1107
2 changed files with 32 additions and 3 deletions

View File

@@ -359,12 +359,33 @@ table.log tr.delete:hover {
cursor: pointer;
}
.list .date_separator:hover {
background-color: #120909;
}
#main_content {
display: none;
}
.clickable {
cursor: pointer;
}
.balance_text {
}
.diary_header span {
display: none;
}
.diary_header {
display: inline-block;
float: right;
width: 35%;
}
@media (min-width: 680px) {
@@ -456,4 +477,9 @@ table.log tr.delete:hover {
margin: 20px;
}
.diary_header span {
display: inline;
}
}