I need change the distance from my confirm to top where my confirmDialog is showed, because i use this xhtml inside a iframe.
I tried change my CSS, but is not working.
<p:confirmDialog global="true" showEffect="fade" hideEffect="fade" appendTo="@(body)"
width="350">
<p:commandButton value="Não" type="button"
styleClass="ui-confirmdialog-no ui-button-flat" />
<p:commandButton value="Sim" type="button"
styleClass="ui-confirmdialog-yes" />
</p:confirmDialog>