Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 654 → Rev 655

/trunk/src/org/tela_botanica/del/client/vues/rechercheobservations/moteur/MoteurRechercheObservations.css
1,50 → 1,3
.recherchePrincipale {
width: 50%;
font-size: 18px;
padding: 5px;
-moz-border-radius: 10px;
border: solid 1px #AAA;
}
 
.boutonRecherche {
border: solid 1px #AAA;
-moz-border-radius: 10px;
padding: 5px;
cursor: pointer
}
 
.lienRechercheAvancee {
cursor: pointer;
text-decoration: underline;
color: blue;
float: right;
margin-right: 240px;
margin-top: 10px
}
 
.rechercheAvancee {
border: solid 1px #333;
padding: 10px;
-moz-border-radius: 0 0 10px 10px;
-moz-box-shadow: 5px 5px 10px #EEE;
position: absolute;
width: 700px;
margin-top: 5px;
background: white
}
 
.champRecherche {
float: left;
width: 50%;
padding-bottom: 5px
}
 
.recherchePrecedente {
color: #555;
padding: 5px;
font-style: italic
}
 
.entrerMotClef {
margin-bottom: 10px
}
/trunk/src/org/tela_botanica/del/client/vues/rechercheobservations/moteur/MoteurRechercheObservationsVue.ui.xml
17,7 → 17,7
</g:HTMLPanel>
 
<g:HTMLPanel>
<g:VerticalPanel ui:field="zoneResultats" />
<g:HTMLPanel ui:field="zoneResultats" />
</g:HTMLPanel>
</g:HTMLPanel>
</ui:UiBinder>
/trunk/src/org/tela_botanica/del/client/vues/rechercheobservations/resultats/ResultatsRechercheObservations.css
1,3 → 1,4
 
.zoneObservation {
width: 100%;
clear: left;
/trunk/src/org/tela_botanica/del/client/vues/rechercheobservations/resultats/ResultatsRechercheObservationsVue.ui.xml
19,9 → 19,9
</g:HTMLPanel>
</g:HTMLPanel>
<g:HTMLPanel>
<g:VerticalPanel ui:field="panneauChargement">
<g:HTMLPanel ui:field="panneauChargement">
<g:Image url="./img/wait.gif"></g:Image>
</g:VerticalPanel>
</g:HTMLPanel>
<g:Label ui:field="aucunResultat" styleName="{style.aucunResultat}" text="{constants.aucunResultat}" visible="false" />
<g:HTMLPanel ui:field="zoneObservations" styleName="{style.zoneObservation}" />
<g:VerticalPanel ui:field="zonePaginationBas" />