Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 248 → Rev 249

/trunk/src/org/tela_botanica/del/client/vues/rechercheimages/rechercheImage.css
1,5 → 1,6
.observationsRecherche {}
.moteurRecherche {margin-bottom:10px;}
.moteurRecherche button {margin-left:2px; margin-top:-1px}
.labelProtocole {padding:4px 5px 0 15px;}
.labelProtocole:after {content:" :"}
 
/trunk/src/org/tela_botanica/del/client/vues/rechercheimages/resultats/ResultatRechercheImage.css
1,4 → 1,3
/**FIXME : la taille doit être en PX sinon ça s'affiche en dessous ?!*/
.contenuResultat {border:solid 1px white; width:1000px}
.contenuResultat {}
.images {}
.images>div {float:left; padding:10px}
/trunk/src/org/tela_botanica/del/client/vues/rechercheimages/resultats/ResultatRechercheImageVue.ui.xml
7,6 → 7,7
<g:HTMLPanel styleName="{style.contenuResultat}">
<g:HTMLPanel ui:field="imageTable" styleName="{style.images}"/>
<g:HTMLPanel styleName="nettoyage"></g:HTMLPanel>
<g:VerticalPanel ui:field="panneauPagination" />
</g:HTMLPanel>
</ui:UiBinder>