template fixes and controller fixes for household budget

This commit is contained in:
2022-02-25 10:30:37 +01:00
parent 92a6fed521
commit fc5a893b00
10 changed files with 67 additions and 25 deletions

View File

@@ -21,7 +21,7 @@
background-color: #e03851;
}
.budget-table th.resource {
background-color: #5ba1c1;
background-color: #6d9e63;
}
.budget-table th, td {
padding: 10px;
@@ -215,7 +215,7 @@
</div>
{% if is_granted('CHILL_BUDGET_ELEMENT_CREATE', person) %}
<ul class="record_actions">
<ul class="record_actions sticky-form-buttons">
<li>
<a class="btn btn-create" href="{{ path('chill_budget_resource_new', { 'id': person.id} ) }}">{{ 'Create new resource'|trans }}</a>
</li>