I have a button inside a listview item, and I do not want it to occupy the whole width of the item. I want to fix the width and right align the button.
I have tried using data-align="right" but that does not help, the button remains left aligned
Here is my code
I have tried using data-align="right" but that does not help, the button remains left aligned
Here is my code
<ul> <li><a data-role="button" data-rel="modalview" href="#modalview-loanamount" id="modalview-open-button">Help</a></li></ul><style scoped> #modalview-open-button { width:5em; }</style>