UPDATE: I did find that I can put an inline style on the button, for instance;
<a href="javascript:history.back();" data-icon="back" data-direction="reverse" style="top: 25px;">Back</a>
But that is really undesirable when I try to keep added CSS instead of inline. So I am still searching for an answer.