.pagination { text-align: center; }
table.listing { width: 100%; }
.print-only { display: none; }
-.total-row th { background-color: #C7D1D8; }
\ No newline at end of file
+.total-row th { background-color: #C7D1D8; }
+table#global-cost tr td.spaced {
+ padding-left: 25px;
+}
\ No newline at end of file
a.bouton-action, #header, #footer, #menu, form { display: none; }
.print-only { display: block; }
+
+table#global-cost tr td.spaced {
+ padding-left: 25px;
+}
{% for f in group.forms %}
<tr class="calculable remunform">
{{ f.id }}
- <td>{{ f.type.errors }} {{ f.type }}</td>
+ <td class="spaced">{{ f.type.errors }} {{ f.type }}</td>
<td>{{ f.devise.errors }} {{ f.devise }}</td>
<td class="monnaie cumulable">{{ f.montant.errors }} {{ f.montant }}</td>
<td class="euro cumulable" id="id_{{ f.prefix }}-montant_annuel_euros"></td>
</tr>
{% endfor %}
<tr class="sous-totaux">
- <td>Sous-total{% if not remunForm.read_only %} -
+ <td class="spaced">Sous-total{% if not remunForm.read_only %} -
<a class="addlink" href="#">
[<span class="icon">Ajouter une ligne</span>]
</a>
{% for f in remunForm.groups.RAS.forms %}
<tr class="calculable remunform">
{{ f.id }}
- <td>{{ f.type.errors }} {{ f.type }}</td>
+ <td class="spaced">{{ f.type.errors }} {{ f.type }}</td>
<td>{{ f.devise.errors }} {{ f.devise }}</td>
<td class="monnaie cumulable">{{ f.montant.errors }} {{ f.montant }}</td>
<td class="euro cumulable" id="id_{{ f.prefix }}-montant_annuel_euros"></td>
</tr>
{% endfor %}
<tr class="sous-totaux">
- <td>Sous-total{% if not remunForm.read_only %} -
+ <td class="spaced">Sous-total{% if not remunForm.read_only %} -
<a class="addlink" href="#">
[<span class="icon">Ajouter une ligne</span>]
</a>