Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 681 → Rev 682

/trunk/src/org/tela_botanica/del/client/vues/rechercheimages/moteur/MoteurRechercheImageVue.ui.xml
10,8 → 10,8
<g:HTMLPanel>
<g:HTMLPanel>
<g:Label text="{constants.introRechercheImages}" />
<g:HTMLPanel styleName="limiteMax">
<g:Label text="{constants.introRechercheImages}" styleName="chapeau"/>
<g:Label text="{constants.rechercherImage}" styleName="titre" />
<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
<g:HTMLPanel ui:field="zoneRecherche" />
/trunk/src/org/tela_botanica/del/client/vues/rechercheobservations/moteur/MoteurRechercheObservationsVue.ui.xml
9,8 → 9,8
<ui:style src="MoteurRechercheObservations.css" />
<g:HTMLPanel>
<g:HTMLPanel>
<g:Label text="{constants.introRechercheObservations}" />
<g:HTMLPanel styleName="limiteMax">
<g:Label text="{constants.introRechercheObservations}" styleName="chapeau"/>
<g:Label text="{constants.rechercherObservation}" styleName="titre" />
<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
<g:HTMLPanel ui:field="zoneRecherche" />
/trunk/war/del.css
367,4 → 367,15
padding:5px;
margin-top:-30px;
border-radius:10px;
}
 
.chapeau {
color: #6C6865;
font-family: arial;
font-size: 13px;
font-weight: bold;
letter-spacing: 0;
line-height: 18px;
text-transform: none;
font-style:italic;
}