mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-10-31 02:04:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			385 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			385 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /**
 | |
|  * General settings stylesheet
 | |
|  *
 | |
|  * @author Pierre HUBERT
 | |
|  */
 | |
| 
 | |
| .box-general-settings .input-user-id {
 | |
| 	width: 29%;
 | |
| 	display: inline-block;
 | |
| }
 | |
| 
 | |
| .box-general-settings .input-user-email {
 | |
| 	width: 70%;
 | |
| 	display: inline-block;
 | |
| 	margin-left: 1%;
 | |
| }
 | |
| 
 | |
| .box-general-settings .submit-form {
 | |
| 	width: 100px;
 | |
| 	margin: auto;
 | |
| 	display: block;
 | |
| }
 | |
| 
 | |
| invalidDirectory {
 | |
| 	color: red;
 | |
| 	font-size: 120%;
 | |
| } | 
