Subversion Repositories Applications.annuaire

Rev

Rev 418 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 418 Rev 428
Line 532... Line 532...
532
 
532
 
533
.conteneur_lien_acces_formulaire_message {
533
.conteneur_lien_acces_formulaire_message {
534
    margin-bottom: 15px;
534
    margin-bottom: 15px;
535
    margin-top: 20px;
535
    margin-top: 20px;
536
}
-
 
537
 
-
 
538
@media all and (max-width: 880px) {
-
 
539
	input {
-
 
540
		display: block;
-
 
541
	}
-
 
542
}
-
 
543
 
-
 
544
@media all and max-device-width: 480px {
-
 
545
	input {
-
 
546
		display: block;
-
 
547
	}
-
 
548
}
-
 
549
 
-
 
550
.importance4 {
-
 
551
    background-color: #FFFFFF;
-
 
552
    border: 1px solid #FFFFFF;
-
 
553
    border-radius: 10px 10px 10px 10px;
-
 
554
    box-shadow: 2px 2px 9px #AAAAAA;
-
 
555
    margin: 10px;
-
 
556
    padding: 20px;
-
 
557
}
536
}