Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 2211 → Rev 2212

/branches/v1.12-aluminium/src/org/tela_botanica/del/client/composants/images/detailImage.css
New file
0,0 → 1,23
.detailImage {
z-index:1500;
padding: 5px 5px 50px;
width:600px;
background:white;
margin:0 auto;
margin-top:75px;
}
 
.detailImage > *{
width: inherit;
height: inherit;
}
 
.superpositionImage {
position: absolute;
}
 
.superpositionImage:hover {
background-image: url("img/plein_ecran.png");
background-position: bottom 10px left 10px;
background-repeat: no-repeat;
}