I'm not sure what I'm doing wrong, but I have been trying forever to center this div:
<form>
<div class="submitter">
<div data-role="controlgroup" data-type="horizontal">
<input type="submit" value="submit" data-theme="e" />
<input type="reset" value="reset" />
</div>
</div>
</form>
There is more stuff in the form, but I'm just interested in centering the controlgroup.
I have tried everything I know from text-align to margin: 0 auto but I can't get it to work. In my desparation, I set a fix width to the form and added the submitter element, which I'm expanding to 100% and then setting the controlgroup to display:inline-block but I can't get it to work...
Question:
How to place the controlgroup in the center of the form?
THANKS!
EDIT:
here is my form

Both columns are ul elements, width:49%;display:inline;