From 325b0983454fc9cc657762f22705e1f570c2e0f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Sureau?= Date: Wed, 10 Aug 2011 13:16:46 +0200 Subject: [PATCH] Margin added between the add bill button and the bill list. --- budget/static/main.css | 4 ++++ budget/templates/list_bills.html | 7 ++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/budget/static/main.css b/budget/static/main.css index f42a1fe..70547e1 100644 --- a/budget/static/main.css +++ b/budget/static/main.css @@ -46,6 +46,10 @@ a { width: 150px; } +.list_bills{ + margin-top: 10px; +} + .members { list-style-type: none; margin: 0; diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index 569e30c..19c014d 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -22,13 +22,10 @@
-Add a bill - + Add a bill {% if bills.count() > 0 %} - +
{% for bill in bills %}
When?Who paid?For what?OwersHow much?Actions