Subversion Repositories eFlore/Applications.del

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1080 → Rev 1081

/trunk/war/del.css
490,3 → 490,12
background:url("./img/5_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
}
 
.boutonOK {
background:url("./img/tick.png") no-repeat;
width:15px;
height:15px;
display:block;
margin-top:2px;
border:none;
cursor:pointer;
}
/trunk/war/img/tick.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/war/img/tick.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/trunk/src/org/tela_botanica/del/client/composants/votes/moyennevotes/MoyenneVoteVue.ui.xml
9,7 → 9,7
<g:Label text="{constants.votez} :" styleName="{style.petit}"/>
<g:FocusPanel ui:field="voter" styleName="{style.barreVote}"/>
<g:Label ui:field="nbVotes" styleName="{style.petit}"/>
<g:Button ui:field="boutonVoter" text="OK" styleName="{style.validerVote}"></g:Button>
<g:Button ui:field="boutonVoter" text="" styleName="{style.validerVote} boutonOK"></g:Button>
<g:Button ui:field="boutonAnnuler" text=" " styleName="{style.annuler}"></g:Button>
</g:HorizontalPanel>
</g:HTMLPanel>