added balance text to diary
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user