mirror of
				https://github.com/dawidolko/Website-Templates.git
				synced 2025-10-30 16:03:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			369 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			369 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| div.dataTables_length label {
 | |
|     width: 460px;
 | |
|     float: left;
 | |
|     text-align: left;
 | |
| }
 | |
|  
 | |
| div.dataTables_length select {
 | |
|     width: 75px;
 | |
| }
 | |
|  
 | |
| div.dataTables_filter label {
 | |
|     float: right;
 | |
|     width: 460px;
 | |
| }
 | |
|  
 | |
| div.dataTables_info {
 | |
|     padding-top: 8px;
 | |
| }
 | |
|  
 | |
| div.dataTables_paginate {
 | |
|     float: right;
 | |
|     margin: 0;
 | |
| }
 | |
|  
 | |
| table {
 | |
|     margin: 1em 0;
 | |
|     clear: both;
 | |
| } |