mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			323 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			323 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
/**
 | 
						|
 * Conversations list pane
 | 
						|
 *
 | 
						|
 * @author Pierre HUBERT
 | 
						|
 */
 | 
						|
 | 
						|
.conversations-page-container .conversations-list-box {
 | 
						|
	max-height: 100%;
 | 
						|
	max-width: 300px;
 | 
						|
	margin: auto;
 | 
						|
}
 | 
						|
 | 
						|
.conversations-page-container .conversations-list-box ul {
 | 
						|
	max-height: 100%;
 | 
						|
}
 | 
						|
 | 
						|
.conversations-page-container a.selected {
 | 
						|
	background: #f7f7f7;
 | 
						|
} |