Add CSS styles for multi line invoice table
This commit is contained in:
		
					parent
					
						
							
								a811e9f83d
							
						
					
				
			
			
				commit
				
					
						2ae0c8629b
					
				
			
		
					 1 changed files with 13 additions and 0 deletions
				
			
		| 
						 | 
					@ -113,3 +113,16 @@
 | 
				
			||||||
.dcl-place-order-text {
 | 
					.dcl-place-order-text {
 | 
				
			||||||
  color: #808080;
 | 
					  color: #808080;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					table {
 | 
				
			||||||
 | 
					  border-collapse: collapse;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					tr.border_bottom td {
 | 
				
			||||||
 | 
					  border-bottom:1pt solid #eee;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					tr.grand-total-padding td {
 | 
				
			||||||
 | 
					    padding-top: 10px;
 | 
				
			||||||
 | 
					    font-weight: bold;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue