Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 669 → Rev 670

/trunk/src/org/tela_botanica/del/client/composants/moteurrecherche/MoteurRechercheVue.ui.xml
62,7 → 62,7
<g:TextBox ui:field="motCle" />
</g:HTMLPanel>
 
<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRechercheAvancee" text="{constants.rechercher}"></g:Button>
<g:Button styleName="{style.boutonRecherche} {style.rechercherAvance}" ui:field="boutonRechercheAvancee" text="{constants.rechercher}"></g:Button>
<g:HTMLPanel styleName="nettoyage" />
</g:HTMLPanel>
<g:Label ui:field="recherchePrecedente" styleName="{style.recherchePrecedente}" />
/trunk/src/org/tela_botanica/del/client/composants/moteurrecherche/MoteurRecherche.css
68,4 → 68,9
color: blue;
text-decoration: underline;
cursor: pointer
}
 
.rechercherAvance {
margin-top:10px;
margin-left:0px;
}