diff --git a/budget/static/css/main.css b/budget/static/css/main.css index 8d73e70f..eded8978 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 69a1692a..1eb53561 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -87,22 +87,26 @@