Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 295 → Rev 296

/trunk/interfaces/squelettes/css/referentiel/referentiel.css
552,7 → 552,8
 
.imagette-moins {
background: url("images/fermer.png") no-repeat scroll 0 0 transparent;
display: inline-block;
display: inline;
float: left;
height: 15px;
margin-right: 3px;
width: 15px;
/trunk/interfaces/squelettes/arbre_taxon.tpl.html
66,7 → 66,7
var htmlTpl =
'<ul class="arbre-liste-synonymes">'+
'<li class="feuille-arbre-synonyme-taxo">'+
'<a "Voir la fiche de ce taxon" class="lien-ouvrir-fiche-taxo" href="'+urlFicheTaxon+'">'+this.nom_sci+'</a>'+
'<a title="Voir la fiche de ce taxon" class="lien-ouvrir-fiche-taxo" href="'+urlFicheTaxon+'">'+this.nom_sci+'</a>'+
'</li>'+
'</ul>';
html += htmlTpl;