From 92ce7d4d4806fa4b707334d1179e156570e3cde9 Mon Sep 17 00:00:00 2001 From: Brice Maron Date: Wed, 24 Jul 2019 15:45:57 +0200 Subject: Improve usability specially for small screen - add buttons class to fix alignments - add responsive info to big tables - use visibility instead of display to avoid jumping rows - reorganize menu in responsive --- ihatemoney/templates/list_bills.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ihatemoney/templates/list_bills.html') diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 718009b..98ff683 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -79,7 +79,7 @@ {% endblock %} {% block content %} -
{{ _("Invite people to join this project!") }}
+
{{ _("Invite people to join this project!") }}
{{ _("Add a new bill") }} {% if bills.count() > 0 %} - +
{% for bill in bills %} -- cgit v1.1
{{ _("Added on") }}{{ _("When?") }}{{ _("Who paid?") }}{{ _("For what?") }}{{ _("For whom?") }}{{ _("How much?") }}{{ _("Actions") }}