Merge pull request #497 from tiwariav/bugfix/hosting_invoice_page

bugfix/hosting_invoice_page
This commit is contained in:
Arvind Tiwari 2017-09-23 20:33:05 +05:30 committed by GitHub
commit 61a1486ea4
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,9 @@
}
@media(min-width: 768px) {
padding: 30px;
.order-detail-container {
padding: 30px;
}
}
.order-detail-container .invoice-title h2, .invoice-title h3 {

View File

@ -4,7 +4,6 @@
{% load custom_tags %}
{% block content %}
{{order.pk}}
<div id="order-detail{{order.pk}}" class="order-detail-container">
{% if messages %}
<div class="alert alert-warning">