I have the HTML:
Bookmix Offline
Yes, this can be done with your exact markup.
The trick is to use direction: rtl;
direction: rtl;
Bookmix Offline Settings Export Import
div { direction: rtl; } span.label { float: left; margin-left: 30px; }
FIDDLE