From 286213026982435e6e87cdbbd5dddcd80e925b91 Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Wed, 1 Feb 2017 19:41:55 +0100 Subject: Adapt to bootstrap 4 forms - Adapt to BS4 class names and hierarchy - Redesign some forms to have the label above the input (mobile-friendly) - For the remaining inline form (add bill), use the grid, as BS no longer provides inline form alignment helpers --- budget/templates/list_bills.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'budget/templates/list_bills.html') diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index 72b9032..aacc128 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -58,7 +58,7 @@ {% block sidebar %} {% endblock %} {% block content %} -- cgit v1.1 From fe39258630e55d4a3e1297a01a1c8fd39bad3a4e Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Sat, 4 Feb 2017 00:29:10 +0100 Subject: Adapt list bills view to bootstrap 4 - modal classes and hierarchy changed since BS2 - striped tables are now handled by css3 pseudo-class rather than classes - fix placement/alignment for the button and comment above the table --- budget/templates/list_bills.html | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'budget/templates/list_bills.html') 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") }} -