Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1125 → Rev 1126

/trunk/presentations/scripts/fiche-synthese.js
472,6 → 472,14
});
});
// TODO : devrait être .on() à la place de live()
$('.lien_popup.lien_metadonnees').live('click',function(event) {
event.preventDefault();
$.fancybox(this,{
autoDimensions:true
});
});
$('.lien_ouverture_onglet_parent').click(function(event) {
event.preventDefault();
$(this).parents(".module").find("a.titreOnglet").click();
/trunk/presentations/styles/eflore.css
842,6 → 842,11
margin: 0px;
}
 
.intitule_metadonnee {
font-weight: bold;
color : #6C6865;
}
 
#nomenclature > ul > li.item_nomenclature {
line-height: 18px;
width:100%;