In the code of date_popup.module there is a note about the button not positioning correctly to the right of the date field. Changing the CSS around line 6 of date.css to the following is a step towards getting it to look nice (FF/IE7 tested). The remaining issue is that this seems to leave the time field a pixel or two higher than the date field when editing a node. This could either be fixed by vertical-align:top; on the form-item divs -- but I'd hope there's a better solution than that.
.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
margin-right:.5em;
margin-left:.5em;
display: inline;
}
Comments
Comment #1
karens commentedThis isn't working for me in the latest code. For that matter, I can't display the image at all in the latest code, so there is more work to do here :(.
Comment #2
karens commentedNo one has been interested enough to follow up on this and I can't figure it out, so I'm marking it won't fix.