Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 395 → Rev 396

/trunk/src/org/tela_botanica/del/client/vues/plateformedetermination/vote/barrerepartition/barreRepartitionVote.css
1,2 → 1,3
.barre {width:300px}
.boutonVote {float:left;text-align: center;cursor:pointer; color : white; background:#b8d07e; border:solid 1px #89a051; margin:2px; margin-top:5px; -moz-border-radius:5px}
.boutonVote:hover {background:#8EB533}
/trunk/src/org/tela_botanica/del/client/vues/plateformedetermination/vote/barrerepartition/BarreRepartitionVoteVue.ui.xml
3,7 → 3,7
xmlns:g="urn:import:com.google.gwt.user.client.ui">
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
<ui:style src="barreRepartitionVote.css" />
<g:HTMLPanel>
<g:HTMLPanel styleName="{style.barre}">
<g:PushButton ui:field="boutonNon" styleName="{style.boutonVote}" />
<g:HTML ui:field="barreRepartitionHtmlBrut" styleName="conteneurBarreRepartition"/><g:PushButton ui:field="boutonOui" styleName="{style.boutonVote}" />