Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 860 Rev 864
Line 1282... Line 1282...
1282
/**----------------------- Autocompletion des noms ---------------------------------------------**/
1282
/**----------------------- Autocompletion des noms ---------------------------------------------**/
1283
li.autocompletion_nom, .autocompletion_nom:hover {
1283
li.autocompletion_nom, .autocompletion_nom:hover {
1284
    background: url("../images/fleche_droite.png") no-repeat scroll 100% 0 white;
1284
    background: url("../images/fleche_droite.png") no-repeat scroll 100% 0 white;
1285
    margin: 0 0 5px;
1285
    margin: 0 0 5px;
1286
}
1286
}
-
 
1287
 
-
 
1288
/**----------------------- Illustration des résultats ---------------------------------------------**/
-
 
1289
 
-
 
1290
.illustration_resultat_cel, .illustration_resultat_choro, .illustration_resultat_coste, #synthese_repartition img, #synthese_illustrations img {
-
 
1291
	cursor: pointer;
-
 
1292
}