How can a flip switch be right aligned within a jQuery mobile list view?
Here's what I'm working with: http://jsfiddle.net/bthj/ry799/
The switch can be seen there clinging to the label at left, but I would like to have it on the right to make better use of space on a narrow mobile screen.
Setting "float:right" on the div.ui-slider around the switch doesn't work, the switch then floats out of the list view.