diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css
index 3c905a06..57e1c295 100644
--- a/ihatemoney/static/css/main.css
+++ b/ihatemoney/static/css/main.css
@@ -20,7 +20,9 @@ body {
.navbar .secondary-nav {
text-align: right;
flex-direction: row-reverse;
-
+}
+.secondary-nav .nav-link {
+ padding: .5rem 1rem;
}
.navbar-brand{ font-family: 'Lobster', arial, serif; }
@@ -116,7 +118,7 @@ footer{
margin-top: 30px;
position: fixed;
bottom: 0px;
- height: 20px;
+ height: 2em;
width: 100%;
text-align: center;
background-color: #fff;
@@ -254,12 +256,12 @@ tr.payer_line .balance-name {
.balance.table .action,
.extra-info {
- display: none;
+ visibility: hidden;
}
.balance.table tr:hover .action,
tr:hover .extra-info {
- display: initial;
+ visibility: visible;
}
/* Fluid Offsets for Boostrap */
diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html
index 2a5e0a22..57f9440b 100644
--- a/ihatemoney/templates/forms.html
+++ b/ihatemoney/templates/forms.html
@@ -24,10 +24,10 @@
{% endmacro %}
@@ -110,7 +110,7 @@
{{ form.submit(class="btn btn-primary") }}
- {% if not edit %} {{ form.submit2(class="btn") }}{% endif %}
+ {% if not edit %} {{ form.submit2(class="btn btn-light") }}{% endif %}
{% endmacro %}
@@ -121,7 +121,9 @@
{% endmacro %}
diff --git a/ihatemoney/templates/home.html b/ihatemoney/templates/home.html
index 512f7808..4e32995c 100644
--- a/ihatemoney/templates/home.html
+++ b/ihatemoney/templates/home.html
@@ -35,7 +35,7 @@
{{ forms.create_project(project_form, home=True) }}
-
+
{% else %}
diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html
index f96e8b28..2cb17da9 100644
--- a/ihatemoney/templates/layout.html
+++ b/ihatemoney/templates/layout.html
@@ -31,40 +31,51 @@
+
+ {% if g.project %}{{ g.project.name }}{% endif %}
+
-
-
{% if g.project %}
-
-
+
{% endif %}
+
+
@@ -86,7 +97,10 @@
{% block footer %}
{% endblock %}
diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html
index 718009b8..98ff6839 100644
--- a/ihatemoney/templates/list_bills.html
+++ b/ihatemoney/templates/list_bills.html
@@ -79,7 +79,7 @@
{% endblock %}
{% block content %}
-
+
{{ _("Add a new bill") }}
@@ -97,7 +97,7 @@
{% if bills.count() > 0 %}
-
+
{{ _("Added on") }} | {{ _("When?") }} | {{ _("Who paid?") }} | {{ _("For what?") }} | {{ _("For whom?") }} | {{ _("How much?") }} | {{ _("Actions") }} |
{% for bill in bills %}