date separators are clickable

This commit is contained in:
Ricsi
2017-02-25 22:32:36 +01:00
parent 3154646c0f
commit 097ecadceb
6 changed files with 13 additions and 10 deletions

View File

@@ -161,6 +161,7 @@ td.create a {
width: 1%;
text-align: right;
white-space: nowrap;
min-width: 90px;
}
.list_item table.money td.date {
@@ -462,6 +463,8 @@ table.log tr.delete:hover {
.list_item table.money td.quarter_width {
width: 25%;
min-width: 100px;
text-align: left;
}