minor mods
This commit is contained in:
parent
636ccd4b9d
commit
37017dd31a
2 changed files with 148 additions and 149 deletions
|
@ -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 {
|
.order-detail-container .invoice-title h2, .invoice-title h3 {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
@ -14,10 +14,10 @@
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if not error %}
|
{% if not error %}
|
||||||
<div class="row">
|
<h1 class="dashboard-title-thin">
|
||||||
<div class="col-xs-12 col-md-8 col-md-offset-2">
|
{% blocktrans %}{{page_header_text|default:'Invoice'}}{% endblocktrans %}
|
||||||
|
</h1>
|
||||||
<div class="invoice-title">
|
<div class="invoice-title">
|
||||||
<h2>{{page_header_text}}</h2>
|
|
||||||
<h3 class="pull-right">
|
<h3 class="pull-right">
|
||||||
{% if order %}
|
{% if order %}
|
||||||
{% trans "Order #"%} {{order.id}}
|
{% trans "Order #"%} {{order.id}}
|
||||||
|
@ -89,11 +89,7 @@
|
||||||
</address>
|
</address>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-8 col-md-offset-2">
|
|
||||||
<h3><b>{% trans "Order summary"%}</b></h3>
|
<h3><b>{% trans "Order summary"%}</b></h3>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
@ -162,8 +158,6 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<!-- Create VM Modal -->
|
<!-- Create VM Modal -->
|
||||||
|
|
Loading…
Reference in a new issue