minor mods

This commit is contained in:
Arvind Tiwari 2017-09-20 23:06:51 +05:30
parent 636ccd4b9d
commit 37017dd31a
2 changed files with 148 additions and 149 deletions

View file

@ -1,4 +1,9 @@
.order-detail-container {padding-top: 70px;padding-bottom: 70px;/* margin-bottom: 70px; */max-width: 720px;margin: 0 auto;}
.order-detail-container {
max-width: 600px;
margin: 100px auto;
border: 1px solid #ccc;
padding: 30px;
}
.order-detail-container .invoice-title h2, .invoice-title h3 {
display: inline-block;

View file

@ -14,10 +14,10 @@
</div>
{% endif %}
{% if not error %}
<div class="row">
<div class="col-xs-12 col-md-8 col-md-offset-2">
<h1 class="dashboard-title-thin">
{% blocktrans %}{{page_header_text|default:'Invoice'}}{% endblocktrans %}
</h1>
<div class="invoice-title">
<h2>{{page_header_text}}</h2>
<h3 class="pull-right">
{% if order %}
{% trans "Order #"%} {{order.id}}
@ -89,11 +89,7 @@
</address>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h3><b>{% trans "Order summary"%}</b></h3>
<hr>
<div class="content">
@ -162,8 +158,6 @@
</div>
</form>
{% endif %}
</div>
</div>
{% endif %}
</div>
<!-- Create VM Modal -->