Extra vertical space appears between the input and label for a Date Text Field widget versus normal CCK Text Fields. Because of this, putting a Date Text Field next to a normal CCK Text Field looks unclean.
I see this problem after creating a Date Text Field with strtotime validation using the default options.
Comments
Comment #1
threexk commentedComment #2
threexk commentedFor what it's worth, I was able to fix this by adding the following surely-bad CSS:
Now I'm wondering if this is actually a Date issue, or just a conflict with other CSS on my site. I'll test on a stock Drupal site later.
Comment #3
karens commentedThis is probably too site-specific to add to the module, and other people already are relying on the current css. Since you can fix it yourself in css, that's the best solution.