created money expense

This commit is contained in:
Ricsi
2017-02-11 22:42:44 +01:00
parent 73db6b620a
commit 08ed5a85d4
20 changed files with 814 additions and 4 deletions

View File

@@ -150,7 +150,8 @@ td.create a {
}
.list_item table.money td.sum {
width: 1%;
width: unset;
text-align: right;
white-space: nowrap;
}
@@ -159,6 +160,11 @@ td.create a {
padding-right: 25px;
}
.list_item table.money td.no_mobile_show {
display: none;
}
.list .name_tag {
text-align: left;
@@ -369,6 +375,19 @@ table.log tr.delete:hover {
width: 30%;
}
.list_item table.money td.no_mobile_show {
display: table-cell;
}
.list_item table.money td.sum {
width: 1%;
white-space: nowrap;
}
.list_item table.money td.quarter_width {
width: 25%;
}
}
@@ -377,6 +396,10 @@ table.log tr.delete:hover {
width: 50% !important;
}
.full_width {
width: 90% !important;
}
.list_item label {
float: left;
padding-right: 5px;
@@ -421,6 +444,8 @@ table.log tr.delete:hover {
width: 100%;
}
}