Subversion Repositories eFlore/Applications.cel

Rev

Rev 939 | Rev 953 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 939 Rev 941
Line 392... Line 392...
392
.pagination .current.prev, .pagination .current.next{
392
.pagination .current.prev, .pagination .current.next{
393
	color: #999;
393
	color: #999;
394
	border-color: #999;
394
	border-color: #999;
395
	background: gainsboro;
395
	background: gainsboro;
396
}
396
}
-
 
397
/*+-----------------------------------------------------------------------------------------------------------------+*/
-
 
398
/* Formulaire de contact */
-
 
399
#form-contact input{
-
 
400
	width:300px;
-
 
401
}
-
 
402
#form-contact textarea{
-
 
403
	width:300px;
-
 
404
	height:200px;
-
 
405
}
-
 
406
#form-contact #fc_envoyer{
-
 
407
	width:50px;
-
 
408
	float:right;
-
 
409
}
-
 
410
#form-contact #fc_annuler{
-
 
411
	width:50px;
-
 
412
	float:left;
-
 
413
}
-
 
414
#form-contact label.error {
-
 
415
	color:red;
-
 
416
	font-weight:bold;
-
 
417
}
-
 
418
#form-contact .info {
-
 
419
	padding:5px;
-
 
420
	background-color: #4A4B4C;
-
 
421
	border: solid 1px #666;
-
 
422
	color: white;
-
 
423
	white-space: pre-wrap;
-
 
424
	width: 300px;
-
 
425
}
397
426