Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 474 → Rev 475

/trunk/presentations/styles/eflore.css
809,4 → 809,49
margin-left: 15px;
margin-top: 5px;
padding-left: 20px;
}
}
 
/* Illustrations */
#illustrations {
margin-left:-5px;
margin-right:-4px;
}
#ef_illustration_info .attention{
border:0;
background:none;
text-align:left;
padding:0;}
#ef_illustration_info ul{
list-style-type:none;
padding:0;}
#ef_illustration_info li {
background:none;
list-style-image:none;
text-align:center;
font-size:11px;
float: left;
width:210px;
height:285px;}
#ef_illustration_info li p{
margin:2px 2px 5px 2px;
width:206px;
font-size:11px;}
#ef_illustration_info li p .localisation, #ef_illustration_info li p .date-creation, #ef_illustration_info li p .auteur{
font-weight:bold;}
#ef_illustration_info img{
display:block;
border:1px solid white;
margin:0 auto;
padding:2px;}
#ef_illustration_info a:hover img{
border:1px dotted #FD8C13;
}
 
#efii_liste_cel img{
height:200px;
width:200px;}
#efii_liste_cel img.tb{
height:auto;
width:auto;}
 
 
/trunk/presentations/scripts/fiche-synthese.js
565,7 → 565,7
window.open($(this).attr('href'));
});
$('.illustration_taxon').live('click',function(event) {
/*$('.illustration_taxon').live('click',function(event) {
if(!fancyboxinitialise) {
event.preventDefault();
$('.illustration_taxon').fancybox({
574,6 → 574,11
fancyboxinitialise = true;
$(this).click();
}
});*/
$('.lien_image_cel').live('click', function(event) {
event.preventDefault();
window.open($(this).attr('href'), "Photo "+$(this).children("img").attr("alt"),
'height=500, width=500, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes, status=no');
});
creerMenuOngletsFermes();