diff --git a/cotisations/templates/cotisations/aff_cotisations.html b/cotisations/templates/cotisations/aff_cotisations.html
index 30de85dc..93384106 100644
--- a/cotisations/templates/cotisations/aff_cotisations.html
+++ b/cotisations/templates/cotisations/aff_cotisations.html
@@ -78,7 +78,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% if facture.valid %}
- {% trans "PDF" %}
+ {% trans "PDF" %}
{% else %}
{% trans "Invalidated invoice" %}
diff --git a/cotisations/templates/cotisations/aff_custom_invoice.html b/cotisations/templates/cotisations/aff_custom_invoice.html
index 41984c2c..0f4605ad 100644
--- a/cotisations/templates/cotisations/aff_custom_invoice.html
+++ b/cotisations/templates/cotisations/aff_custom_invoice.html
@@ -76,7 +76,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% acl_end %}
{% history_button invoice %}
- {% trans "PDF" %}
+ {% trans "PDF" %}
|
diff --git a/machines/templates/machines/aff_machines.html b/machines/templates/machines/aff_machines.html
index e3404036..76ba3451 100644
--- a/machines/templates/machines/aff_machines.html
+++ b/machines/templates/machines/aff_machines.html
@@ -52,7 +52,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% trans "No name" as tr_no_name %}
{% trans "View the profile" as tr_view_the_profile %}
- {{ machine.name|default:'tr_no_name' }}
+ {{ machine.name|default:'tr_no_name' }}
{{ machine.user }}
diff --git a/static/css/base.css b/static/css/base.css
index ec151adb..4f5d77fc 100644
--- a/static/css/base.css
+++ b/static/css/base.css
@@ -12,10 +12,10 @@ footer p {
.navbar { margin-bottom: 0; }
.pt4 { padding-top: 1.5rem!important; }
-/* Reserv space for icons and align */
+/* Reserve space for icons and align */
a > i.fa {
display: inline-block;
- width: 26px;
+ width: 16px;
text-align: center;
}
@@ -111,6 +111,7 @@ a > i.fa {
.modal-dialog {
width: 1000px
}
+}
/* For tables with long text in cells */
|