Skip to content

Commit f9906b6

Browse files
authored
BO-2587 restyled Backoffice. (#8507)
BO-2587 Back Office Facelift
1 parent c481304 commit f9906b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{% embed '@Gui/Partials/widget.twig' with { widget_title: 'Add Attribute' } %}
22
{% block widget_content %}
33
{{ form_start(form, { 'attr': {'class': 'kv_autocomplete_form', 'id': 'attribute_form'} }) }}
4-
<table width="100%">
4+
<table width="100%" class="table-vat">
55
<tr>
66
<td width="100%">
77
{{ form_errors(form) }}
88
{{ form_widget(form) }}
99
</td>
1010
<td>&nbsp;</td>
11-
<td style="padding-top: 15px"><input type="button" onclick="return false" class="btn btn-primary" value="{{ 'Add' | trans }}" id="addButton" /></td>
11+
<td style="padding-top: 22px"><input type="button" onclick="return false" class="btn btn-primary" value="{{ 'Add' | trans }}" id="addButton" /></td>
1212
</tr>
1313
</table>
1414
<input id="empty-attribute-key-message" type="hidden" value="{{ 'Please select attribute key first' | trans }}"/>
1515
{{ form_end(form) }}
1616
{% endblock %}
17-
{% endembed %}c
17+
{% endembed %}

0 commit comments

Comments
 (0)