created money expense
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user