diff --git a/budget/static/css/main.css b/budget/static/css/main.css index 2b74dc03..143ce8ba 100644 --- a/budget/static/css/main.css +++ b/budget/static/css/main.css @@ -176,6 +176,11 @@ tr.payer_line .balance-name{ color: red; } +.edit button, .edit button:hover { + background: url('../images/edit.png') left no-repeat; + +} + .reactivate button, .reactivate button:hover { background: url('../images/reactivate.png') left no-repeat; color: white; diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index 2702d995..9bad3445 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -71,7 +71,10 @@ {% if member.activated %}
-
+ +
+
+ {% else %}