My button declaration is as follows:
<button id='submitExpectedJ0' type='button'></button>
I attempted to align it to the right using
style= 'float: right;'
on the widget ID but it did not work. In Chrome, it appears as,
<span class="dijit dijitReset dijitInline dijitButton dijitButtonHover dijitHover" role="presentation" widgetid="submitExpectedJ0">
It seems like the style is being overridden by this class.
Is there a way to properly align the button to the right?