Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 454 → Rev 455

/trunk/src/org/tela_botanica/del/client/vues/rechercheimages/rechercheImage.css
1,8 → 1,40
.zoneRecherche{width:100%}
.moteurRecherche {margin-bottom:10px;}
.moteurRecherche button {margin-left:2px; margin-top:-1px}
.labelProtocole {padding:0 5px 0 0; float:left}
.labelProtocole:after {content:" :"}
.entrerMotClef {margin-bottom:10px;}
.zoneProtocoles {margin-left:40%; position:absolute;}
.zoneRecherche {
width: 100%
}
 
.moteurRecherche {
margin-bottom: 10px;
}
 
.moteurRecherche button {
margin-left: 2px;
margin-top: -1px
}
 
.labelProtocole {
padding: 0 5px 0 0;
float: left
}
 
.labelProtocole:after {
content: " :"
}
 
.entrerMotClef {
margin-bottom: 10px;
}
 
.zoneProtocoles {
margin-left: 40%;
position: absolute;
}
 
.boutonTriAsc {
height: 20px;
background: url(./img/fleche-haut.png) no-repeat
}
 
.boutonTriDesc {
height: 20px;
background: url(./img/fleche-bas.png) no-repeat
}