mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Renamed discussions to conversations
This commit is contained in:
		
							
								
								
									
										22
									
								
								assets/css/components/conversations/manager.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								assets/css/components/conversations/manager.css
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,22 @@
 | 
			
		||||
/**
 | 
			
		||||
 * Conversations manager stylesheet
 | 
			
		||||
 *
 | 
			
		||||
 * @author Pierre HUBERT
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#conversationsElem {
 | 
			
		||||
	position: fixed;
 | 
			
		||||
	bottom: 0px;
 | 
			
		||||
	text-align: right;
 | 
			
		||||
	padding-right: 5px;
 | 
			
		||||
	z-index: 1000;
 | 
			
		||||
	right: 0px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#conversationsElem .open-conversation-button {
 | 
			
		||||
	border-top-left-radius: 2px;
 | 
			
		||||
	border-top-right-radius: 2px;
 | 
			
		||||
	border-bottom-left-radius: 0px;
 | 
			
		||||
	border-bottom-right-radius: 0px;
 | 
			
		||||
	vertical-align: bottom;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										16
									
								
								assets/css/components/conversations/windows.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								assets/css/components/conversations/windows.css
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
/**
 | 
			
		||||
 * Conversations windows
 | 
			
		||||
 * 
 | 
			
		||||
 * @author Pierre HUBERT
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#conversationsElem .box {
 | 
			
		||||
	width: 250px;
 | 
			
		||||
	height: 350px;
 | 
			
		||||
	max-width: 100%;
 | 
			
		||||
	/*display: inline-block;*/
 | 
			
		||||
	display: inline-table;
 | 
			
		||||
	margin-left: 5px;
 | 
			
		||||
	text-align: justify;
 | 
			
		||||
	margin-bottom: 0px;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user