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 }} |                             {{ request.session.template.name }} | ||||||
|                         </p> |                         </p> | ||||||
|                         <div class="row"> |                         <div class="row"> | ||||||
|                             <div class="col-sm-6"> |                             <div class="col-sm-7"> | ||||||
|                                 <p> |                                 <p> | ||||||
|                                     <span>{% trans "Cores" %}: </span> |                                     <span>{% trans "Cores" %}: </span> | ||||||
|                                     <strong class="pull-right">{{vm.cpu|floatformat}}</strong> |                                     <strong class="pull-right">{{vm.cpu|floatformat}}</strong> | ||||||
|  | @ -121,7 +121,7 @@ | ||||||
|                             <div class="col-sm-12"> |                             <div class="col-sm-12"> | ||||||
|                                 <hr class="thin-hr"> |                                 <hr class="thin-hr"> | ||||||
|                             </div> |                             </div> | ||||||
|                             <div class="col-sm-6"> |                             <div class="col-sm-7"> | ||||||
|                                 <p> |                                 <p> | ||||||
|                                     <strong class="text-uppercase">{% trans "Price Before VAT" %}</strong> |                                     <strong class="text-uppercase">{% trans "Price Before VAT" %}</strong> | ||||||
|                                     <strong class="pull-right">{{vm.price|intcomma}} CHF</strong> |                                     <strong class="pull-right">{{vm.price|intcomma}} CHF</strong> | ||||||
|  | @ -130,7 +130,7 @@ | ||||||
|                             <div class="col-sm-12"> |                             <div class="col-sm-12"> | ||||||
|                                 <hr class="thin-hr"> |                                 <hr class="thin-hr"> | ||||||
|                             </div> |                             </div> | ||||||
|                             <div class="col-sm-6"> |                             <div class="col-sm-7"> | ||||||
|                                 <style> |                                 <style> | ||||||
|                                 * { |                                 * { | ||||||
|                                   box-sizing: border-box; |                                   box-sizing: border-box; | ||||||
|  | @ -165,7 +165,7 @@ | ||||||
|                                     <p class="text-center"><strong class="pull-right">Pre VAT</strong></p> |                                     <p class="text-center"><strong class="pull-right">Pre VAT</strong></p> | ||||||
|                                   </div> |                                   </div> | ||||||
|                                   <div class="column right"> |                                   <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> |                                 </div> | ||||||
|                                 <div class="row"> |                                 <div class="row"> | ||||||
|  | @ -196,7 +196,7 @@ | ||||||
|                             <div class="col-sm-12"> |                             <div class="col-sm-12"> | ||||||
|                                 <hr class="thin-hr"> |                                 <hr class="thin-hr"> | ||||||
|                             </div> |                             </div> | ||||||
|                             <div class="col-sm-6"> |                             <div class="col-sm-7"> | ||||||
|                                 <div class="row"> |                                 <div class="row"> | ||||||
|                                   <div class="column left"> |                                   <div class="column left"> | ||||||
|                                     <p><strong>Total</strong></p> |                                     <p><strong>Total</strong></p> | ||||||
|  | @ -212,7 +212,7 @@ | ||||||
|                             <div class="col-sm-12"> |                             <div class="col-sm-12"> | ||||||
|                                 <hr class="thin-hr"> |                                 <hr class="thin-hr"> | ||||||
|                             </div> |                             </div> | ||||||
|                             <div class="col-sm-6"> |                             <div class="col-sm-7"> | ||||||
|                                 <p> |                                 <p> | ||||||
|                                     <strong class="text-uppercase align-center">{% trans "Your Price in Total" %}</strong> |                                     <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> |                                     <strong class="total-price pull-right">{{vm.total_price|floatformat:2|intcomma}} CHF</strong> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue