diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index d71c9bd30..5b442ab5f 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -290,15 +290,10 @@ footer .footer-left { margin-top: 30px; } -#previous-page { +#pagination-top { margin-top: 30px; } -#next-page { - margin-top: 30px; - padding-left: 2em; -} - /* Avoid text color flickering when it loose focus as the modal appears */ .btn-primary[data-toggle="modal"] { color: #fff; diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 0240191f5..596e45d15 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -84,13 +84,17 @@ {% if bills.pages > 1 %} - - « {{ _("Newer bills") }} - - - - {{ _("Older bills") }} » - + {% endif %} {% if bills.total > 0 %} @@ -146,7 +150,7 @@ {% if bills.pages > 1 %} {% endif %}