Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1305 → Rev 1306

/trunk/presentations/styles/eflore.css
1260,10 → 1260,24
padding-bottom: 5px;
}
 
.lien-image-cel img {
.lien_grand_format img {
height: 300px;
}
 
#grande-image-organe {
height: 449px;
}
 
#grande-image-organe a, #grande-image-organe a img {
height: 100%;
}
 
.miniature-organe {
height: 63px;
width: 63px;
overflow: hidden;
}
 
a.lien-images-organes.non-fourni {
opacity: 0.2;
text-decoration: none;
/trunk/presentations/scripts/fiche-synthese.js
408,7 → 408,7
//Pop Up images
function ouvrirPopUpImg(event) {
event.preventDefault();
window.open($(this).attr('href'),"Photo_"+$(this).children("img").attr("title"),
window.open($(this).attr('href'),"Photo_"+$(this).children("img").attr("data-num-image"),
'"'+'height='+event.data.h+',width='+event.data.w+',top='+event.data.t+',left='+event.data.l
+',toolbar='+event.data.toolbar+',menubar='+event.data.menubar +',location='
+event.data.location+',resizable='+event.data.resizable+',scrollbars='+event.data.scrollbars