diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index a63391ba..849eed1b 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -339,6 +339,7 @@ footer .footer-left { #history_table { margin-top: 30px; margin-bottom: 30px; + flex-basis: auto; } @media (min-width: 768px) { diff --git a/ihatemoney/templates/history.html b/ihatemoney/templates/history.html index e39b717f..21788517 100644 --- a/ihatemoney/templates/history.html +++ b/ihatemoney/templates/history.html @@ -126,20 +126,21 @@ {% endif %} {{ clear_history_modals() }} - - - {{ static_include("images/x.svg") | safe }} - {{ _("Clear Project History") }} - - - - - {{ static_include("images/x.svg") | safe }} - {{ _("Delete Stored IP Addresses") }} - - +
+ + + {{ static_include("images/x.svg") | safe }} + {{ _("Delete Stored IP Addresses") }} + + + + + {{ static_include("images/x.svg") | safe }} + {{ _("Clear Project History") }} + + +
-
{% if history %} diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 80ff1c35..61420d51 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -63,12 +63,6 @@ {% endblock %} {% block content %} - - - {{ static_include("images/plus.svg") | safe }} - {{ _("Add a new bill") }} - - -
+
{% if bills.pages > 1 %} -
{% if bills.total > 0 %} - -
{{ _("When?") }} @@ -149,7 +148,7 @@
{% if bills.pages > 1 %} -