Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 654 → Rev 655

/trunk/src/org/tela_botanica/del/client/composants/moteurrecherche/MoteurRechercheVue.ui.xml
8,12 → 8,12
 
<ui:style src="MoteurRecherche.css" />
<g:HTMLPanel>
<g:TextBox styleName="{style.recherchePrincipale}" ui:field="recherchePrincipale" text="{constants.rechercherObservation}"></g:TextBox>
<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRecherche" text="{constants.rechercher}">
<g:HTMLPanel styleName="limiteMin">
<g:TextBox styleName="{style.recherchePrincipale} arrondi" ui:field="recherchePrincipale" text="{constants.rechercherObservation}"></g:TextBox>
<g:Button styleName="{style.boutonRecherche} arrondi" ui:field="boutonRecherche" text="{constants.rechercher}">
</g:Button>
<g:Label styleName="{style.lienRechercheAvancee}" ui:field="lienRechercheAvancee" text="{constants.rechercheAvancee}"></g:Label>
<g:HTMLPanel styleName="{style.rechercheAvancee}" ui:field="rechercheAvancee">
<g:HTMLPanel styleName="{style.rechercheAvancee} ombre-forte" ui:field="rechercheAvancee">
<g:Button ui:field="boutonFermer" styleName="{style.boutonFermer}" text="Fermer"></g:Button>
<g:Button ui:field="boutonVider" styleName="{style.boutonVider}" text="Vider"></g:Button>
 
/trunk/src/org/tela_botanica/del/client/composants/moteurrecherche/MoteurRecherche.css
2,7 → 2,6
width: 550px;
font-size: 18px;
padding: 5px;
-moz-border-radius: 10px;
border: solid 1px #AAA;
float: left;
}
9,7 → 8,6
 
.boutonRecherche {
border: solid 1px #AAA;
-moz-border-radius: 10px;
padding: 5px;
cursor: pointer;
float: left;
27,9 → 25,7
 
.rechercheAvancee {
border: solid 1px #333;
padding: 10px;
-moz-border-radius: 0 0 10px 10px;
-moz-box-shadow: 5px 5px 10px #EEE;
padding: 15px;
position: absolute;
width: 750px;
margin-top: 0px;