mobile alignment fix for btn

This commit is contained in:
Arvind Tiwari 2017-09-28 00:50:38 +05:30
parent 4194a7c2d7
commit 77b2684217

View file

@ -31,7 +31,7 @@
<td class="xs-td-inline" data-header="{% trans 'Order Nr.' %}">{{ order.id }}</td>
<td class="xs-td-bighalf" data-header="{% trans 'Date' %}">{{ order.created_at | date:"M d, Y H:i" }}</td>
<td class="xs-td-smallhalf" data-header="{% trans 'Amount' %}">{{ order.price|unlocalize }}</td>
<td class="text-right last-td">
<td class="text-right xs-td-inline">
<a class="btn btn-order-detail" href="{% url 'hosting:orders' order.pk %}">{% trans 'See Invoice' %}</a>
</td>
</tr>