Fix divs
This commit is contained in:
		
					parent
					
						
							
								c765698a0f
							
						
					
				
			
			
				commit
				
					
						ffde015c31
					
				
			
		
					 1 changed files with 55 additions and 58 deletions
				
			
		| 
						 | 
					@ -95,8 +95,6 @@
 | 
				
			||||||
                                <strong class="pull-right">Yes</strong>
 | 
					                                <strong class="pull-right">Yes</strong>
 | 
				
			||||||
                            </p>
 | 
					                            </p>
 | 
				
			||||||
                        {% endif %}
 | 
					                        {% endif %}
 | 
				
			||||||
                        <div class="row">
 | 
					 | 
				
			||||||
                            <div class="col-sm-8">
 | 
					 | 
				
			||||||
                        <div class="col-sm-12">
 | 
					                        <div class="col-sm-12">
 | 
				
			||||||
                            <hr class="thin-hr">
 | 
					                            <hr class="thin-hr">
 | 
				
			||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
| 
						 | 
					@ -118,7 +116,7 @@
 | 
				
			||||||
                                <p class="text-right"><strong class="cmf-ord-heading">{% trans "Pre VAT" %}</strong></p>
 | 
					                                <p class="text-right"><strong class="cmf-ord-heading">{% trans "Pre VAT" %}</strong></p>
 | 
				
			||||||
                              </div>
 | 
					                              </div>
 | 
				
			||||||
                              <div class="col-md-5">
 | 
					                              <div class="col-md-5">
 | 
				
			||||||
                                    <p class="text-right"><strong class="cmf-ord-heading">{% trans "VAT for" %} {{generic_payment_details.vat_country}} ({{generic_payment_details.vat_percent}}%)</strong></p>
 | 
					                                <p class="text-right"><strong class="cmf-ord-heading">{% trans "VAT for" %} {{generic_payment_details.vat_country}} ({{generic_payment_details.vat_rate}}%)</strong></p>
 | 
				
			||||||
                              </div>
 | 
					                              </div>
 | 
				
			||||||
                            </div>
 | 
					                            </div>
 | 
				
			||||||
                            <div class="row">
 | 
					                            <div class="row">
 | 
				
			||||||
| 
						 | 
					@ -156,7 +154,6 @@
 | 
				
			||||||
                                <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">{{generic_payment_details.amount|floatformat:2|intcomma}} CHF</strong>
 | 
					                                <strong class="total-price pull-right">{{generic_payment_details.amount|floatformat:2|intcomma}} CHF</strong>
 | 
				
			||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
                        </div>
 | 
					 | 
				
			||||||
                    {% else %}
 | 
					                    {% else %}
 | 
				
			||||||
                        <p>
 | 
					                        <p>
 | 
				
			||||||
                            <strong>{% trans "Product" %}:</strong> 
 | 
					                            <strong>{% trans "Product" %}:</strong> 
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue