Dialog title bar formatting in IE7

Dialog title bar formatting in IE7


I am using jQuery 1.7 UI and I have noticed that the title bar
formatting on the dialog is not the same as in the Mozilla based
browsers.
Looking at the generated widget CSS etc., it looks as though the
bottom margin on the span.ui-dialog-title is being collapsed due to
the fact it is floated left within the title bar.
There are likely a number of "fixes" that could be applied to correct
this, but I opted to remove the 0.2em bottom margin on the .ui-dialog-
title and add that to the padding on the .ui-dialog-titlebar (0.3em +
0.2em).
Can anyone advise if this change should
1) cause any issues with other themes
2) be applied to the ui-widget them classes permanently
Also, had anyone else noticed this. If so, what was your fix.