Increase content space in order detail desktop view
This commit is contained in:
parent
4128aeb64d
commit
f546c5cb4f
1 changed files with 6 additions and 6 deletions
|
@ -104,7 +104,7 @@
|
|||
{{ request.session.template.name }}
|
||||
</p>
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<div class="col-sm-7">
|
||||
<p>
|
||||
<span>{% trans "Cores" %}: </span>
|
||||
<strong class="pull-right">{{vm.cpu|floatformat}}</strong>
|
||||
|
@ -121,7 +121,7 @@
|
|||
<div class="col-sm-12">
|
||||
<hr class="thin-hr">
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<div class="col-sm-7">
|
||||
<p>
|
||||
<strong class="text-uppercase">{% trans "Price Before VAT" %}</strong>
|
||||
<strong class="pull-right">{{vm.price|intcomma}} CHF</strong>
|
||||
|
@ -130,7 +130,7 @@
|
|||
<div class="col-sm-12">
|
||||
<hr class="thin-hr">
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<div class="col-sm-7">
|
||||
<style>
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
|
@ -165,7 +165,7 @@
|
|||
<p class="text-center"><strong class="pull-right">Pre VAT</strong></p>
|
||||
</div>
|
||||
<div class="column right">
|
||||
<p class="text-center"><strong class="pull-right">VAT for {{vm.vat_country}} ({{vm.vat_percent}}%)</strong></p>
|
||||
<p class="text-right"><strong>VAT for {{vm.vat_country}} ({{vm.vat_percent}}%)</strong></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
@ -196,7 +196,7 @@
|
|||
<div class="col-sm-12">
|
||||
<hr class="thin-hr">
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<div class="col-sm-7">
|
||||
<div class="row">
|
||||
<div class="column left">
|
||||
<p><strong>Total</strong></p>
|
||||
|
@ -212,7 +212,7 @@
|
|||
<div class="col-sm-12">
|
||||
<hr class="thin-hr">
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<div class="col-sm-7">
|
||||
<p>
|
||||
<strong class="text-uppercase align-center">{% trans "Your Price in Total" %}</strong>
|
||||
<strong class="total-price pull-right">{{vm.total_price|floatformat:2|intcomma}} CHF</strong>
|
||||
|
|
Loading…
Reference in a new issue