mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-03 20:38:59 +00:00 
			
		
		
		
	demonstrate the capability of manager over http. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16850 65c4cc65-6c06-0410-ace0-fbb531ad65f3
		
			
				
	
	
		
			35 lines
		
	
	
		
			461 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			461 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.chanlist {
 | 
						|
	border           : 1px solid #1f669b;
 | 
						|
	height			: 150px;
 | 
						|
	overflow		: auto;
 | 
						|
	background-color : #f1f1f1;
 | 
						|
	width			: 600;
 | 
						|
}
 | 
						|
 | 
						|
.chantable {
 | 
						|
	border           : 0px;
 | 
						|
	background-color : #f1f1f1;
 | 
						|
	width			: 100%;
 | 
						|
}
 | 
						|
 | 
						|
.labels {
 | 
						|
	background-color : #000000;
 | 
						|
	color : #ffffff;
 | 
						|
}
 | 
						|
 | 
						|
.chanlisteven {
 | 
						|
	background-color : #fff8e4;
 | 
						|
}
 | 
						|
 | 
						|
.chanlistodd {
 | 
						|
	background-color : #f0f5ff;
 | 
						|
}	
 | 
						|
 | 
						|
.chanlistselected {
 | 
						|
	background-color : #ffb13d;
 | 
						|
}
 | 
						|
 | 
						|
.light {
 | 
						|
	color : #717171;
 | 
						|
}
 |