Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 784 → Rev 785

/trunk/presentations/styles/eflore.css
627,6 → 627,10
width: 60px;
}
 
#statut .aucune_info {
padding: 10px;
}
 
/* Onglets */
#zone_onglets {
margin-top: 0.1em;
1095,7 → 1099,6
}
 
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
#bloc_export_choix {
width: 100%;
}
1257,4 → 1260,10
background-repeat:no-repeat;
background-position:center;
min-height: 150px;
}
}
 
/**----------------------- Autocompletion des noms ---------------------------------------------**/
li.autocompletion_nom, .autocompletion_nom:hover {
background: url("../images/fleche_droite.png") no-repeat scroll 100% 0 white;
margin: 0 0 5px;
}