fullscreen header conflict with popup dialog.

fullscreen header conflict with popup dialog.

When using jquery mobile 1.2 rc. I found if I set the footer to fullscreen, the margin of popup dialog will looks ugly, I find out this is because the css definition of this:


.ui-page-header-fullscreen .ui-content,
.ui-page-footer-fullscreen .ui-content {
padding: 0px;
}

If I change the padding to 0px, it will looks good.