Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 400 → Rev 401

/trunk/src/org/tela_botanica/del/client/vues/rechercheimages/MoteurRechercheImageVue.ui.xml
10,11 → 10,11
<g:HTMLPanel>
<g:HTMLPanel>
<g:Label text="{constants.rechercherImage}" styleName="titre" />
<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
<g:HorizontalPanel styleName="{style.moteurRecherche}">
<g:HorizontalPanel ui:field="zoneRecherche"/>
<g:ListBox ui:field="listeProtocoles" />
</g:HorizontalPanel>
<g:Label text="{constants.entrerMotClef}" styleName="gris" />
</g:HTMLPanel>
<g:HTMLPanel ui:field="panneauResultats" />
</g:HTMLPanel>
/trunk/src/org/tela_botanica/del/client/vues/rechercheimages/rechercheImage.css
3,4 → 3,5
.moteurRecherche button {margin-left:2px; margin-top:-1px}
.labelProtocole {padding:4px 5px 0 15px;}
.labelProtocole:after {content:" :"}
.entrerMotClef {margin-bottom:10px;}