mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-11-04 01:03:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			234 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			234 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.hiddenRow {
 | 
						|
  display: none;
 | 
						|
}
 | 
						|
 | 
						|
.bg-grey {
 | 
						|
  background-color: rgba(0, 0, 0, 0.03);
 | 
						|
}
 | 
						|
 | 
						|
.table-curved {
 | 
						|
  border-radius: 20px;
 | 
						|
}
 | 
						|
 | 
						|
.buttons, .report-description {
 | 
						|
  margin: 5px;
 | 
						|
  padding: 5px;
 | 
						|
}
 | 
						|
 | 
						|
.piechart{
 | 
						|
    text-align: center;
 | 
						|
}
 | 
						|
 |