Resizable Icon is on the wrong side.

Resizable Icon is on the wrong side.


Hi
I have made a dialog box and my resizable icon is on the left side not
the right hand side like it is on the demo.
I been able to move it to the right side but that involved going into
the core.css(start theme) and floating it right. Now I don't know if I
should be doing this. I don't know enough about all the styles to say
if this will cause other things to look bad in the future.
I however don't see any options or anything that is provided in the
documentation to move this right or left.
this is what I modified in the core
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden;
background-repeat: no-repeat; float: right; }