mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	Move record label
This commit is contained in:
		@@ -64,15 +64,17 @@
 | 
			
		||||
	color: inherit;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.call-window .head .record-label {
 | 
			
		||||
.call-window .record-label {
 | 
			
		||||
	color: red;
 | 
			
		||||
	margin-left: 10px;
 | 
			
		||||
	text-align: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.call-window .head .record-label a {
 | 
			
		||||
.call-window .record-label a {
 | 
			
		||||
	margin-left: 5px;
 | 
			
		||||
	background-color: darkred !important;
 | 
			
		||||
	font-weight: bold;
 | 
			
		||||
	color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.call-window .members-area {
 | 
			
		||||
 
 | 
			
		||||
@@ -941,8 +941,8 @@ class CallWindow extends CustomEvents {
 | 
			
		||||
 | 
			
		||||
			// Add notice
 | 
			
		||||
			this.recordLabel = createElem2({
 | 
			
		||||
				appendTo: this.windowHead,
 | 
			
		||||
				type: "span",
 | 
			
		||||
				insertBefore: this.videosArea,
 | 
			
		||||
				type: "div",
 | 
			
		||||
				class: "record-label",
 | 
			
		||||
				innerHTML: "Recording"
 | 
			
		||||
			});
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user