The iframe form requests style.css, but that's an unsafe assumption.
My CDN2 upload form looks completely out of whack, and when I looked under the hood, I see the iframe form includes a link to a nonexistent stylesheet on my site named style.css. This was the convention in D5 I think, but my theme uses a stylesheet named after the theme.
I understand that there's only so far the module can go in making assumptions about how the form should look. Rather than make this a bug report, I'll make it a feature request. Let site developers create their own form HTML file that is used instead of the default. This would allow us to insert all the right stylesheet links and also to rearrange the form if we want.
Comments
Comment #1
Coyote commentedIt looks like the convention for the default D6 themes is still style.css.
But I use Zen. So it's a teensy problem for me also.
I agree, the iframe form should be themeable, and this is one reason.
On the bright side, it wasn't hard to hack. I just hate modifying module code for a specific install. It makes me feel... dirty... somehow.
: )
Comment #2
kylebrowning commented6.x-1.4 provides themeing functions than can be overriden, just be careful when overriding the upload form as it might break cdn2 functionality.