mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Improved barfriend appearance
This commit is contained in:
		@@ -48,4 +48,8 @@
 | 
				
			|||||||
	height: 40px;
 | 
						height: 40px;
 | 
				
			||||||
	border-radius: 50%;
 | 
						border-radius: 50%;
 | 
				
			||||||
	visibility: visible
 | 
						visibility: visible
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#friendsList .statusRow {
 | 
				
			||||||
 | 
						width: 48px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -115,7 +115,8 @@ ComunicWeb.components.friends.bar = {
 | 
				
			|||||||
					nameRow.innerHTML = usersInfos["user-"+friendID].firstName + " " + usersInfos["user-"+friendID].lastName;
 | 
										nameRow.innerHTML = usersInfos["user-"+friendID].firstName + " " + usersInfos["user-"+friendID].lastName;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
					//Add user login status
 | 
										//Add user login status
 | 
				
			||||||
					var statusRow = createElem("td", friendRow);					
 | 
										var statusRow = createElem("td", friendRow);
 | 
				
			||||||
 | 
										statusRow.className = "statusRow";					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
					//Check if user is online or not
 | 
										//Check if user is online or not
 | 
				
			||||||
					var currentTime = ComunicWeb.common.date.time();
 | 
										var currentTime = ComunicWeb.common.date.time();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user