forked from friendica/friendica-addons
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			197 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			197 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
 | 
						|
#qcomment-label {
 | 
						|
	float: left;
 | 
						|
	width: 300px;
 | 
						|
	margin-top: 10px;
 | 
						|
}
 | 
						|
 | 
						|
#qcomment-words {
 | 
						|
	float: left;
 | 
						|
	margin-top: 10px;
 | 
						|
	width: 100px;
 | 
						|
	height: 150px;
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
#qcomment-submit {
 | 
						|
	margin-top: 15px;
 | 
						|
}
 | 
						|
 |