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/layout.html | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) (limited to 'ihatemoney/templates/layout.html') diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html index f96e8b2..2cb17da 100644 --- a/ihatemoney/templates/layout.html +++ b/ihatemoney/templates/layout.html @@ -31,40 +31,51 @@ +

#! money?

+ {% if g.project %}{{ g.project.name }}{% endif %} + @@ -86,7 +97,10 @@ {% block footer %} {% endblock %} -- cgit v1.1