Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1150 → Rev 1151

/trunk/src/org/tela_botanica/del/client/vues/rechercheimages/resultats/images/image.css
21,6 → 21,18
margin-top: 30px;
}
 
.zoneMotsCles {
position: absolute;
padding: 5px;
border: solid 1px #CCC;
background: #333;
opacity: 0.9;
color: white;
width: 250px;
z-index: 1000;
margin-top: 30px;
}
 
.enSavoirPlus {
position: absolute;
background: url(./img/ajouter.png) no-repeat;
31,6 → 43,16
margin-left: 3px;
}
 
.voirMotsCles {
position: absolute;
background: url(./img/loupe.png) no-repeat;
width: 30px;
height: 30px;
cursor: pointer;
margin-top: 3px;
margin-left: 216px;
}
 
.zoom {
background: url(./img/loupe.png);
width: 30px;
97,7 → 119,7
padding: 5px;
}
 
.metadonnees {
.metadonnees, .motsCles {
text-align: left;
}