diff --git a/budget/static/css/main.css b/budget/static/css/main.css index 8d73e70..eded897 100644 --- a/budget/static/css/main.css +++ b/budget/static/css/main.css @@ -121,6 +121,11 @@ footer{ float: right; } +#new-bill, .identifier { + margin-top: 16px; + margin-bottom: 16px; +} + .password-reminder{ float: right; margin-right: 20px; diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index 69a1692..1eb5356 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -87,22 +87,26 @@
{{ _("The project identifier is") }} {{ g.project.id }}, {{ _("remember it!") }}
{{ _("Add a new bill") }} -