This must have been a small oversight. The search.css file is not included until a search is performed. There are a few styles in there that apply to the advanced search fields so the layout will change depending on what your doing.

Compare http://drupal.org/search/node/ with http://drupal.org/search/node/drupal and peek in the advanced fields to see.

It would make a lot more sense if the style sheet was included just by viewing the search page and not doing an actual search.

CommentFileSizeAuthor
#1 search.module_12.patch1019 bytestostinni

Comments

tostinni’s picture

Status: Active » Needs review
StatusFileSize
new1019 bytes

The problem is that CSS is only included in search_data which is called when returning the search results.

I change its location to include it when displaying the search form.

dvessel’s picture

Priority: Minor » Normal
Status: Needs review » Reviewed & tested by the community

Works! thanks tostinni.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Good catch. Committed to DRUPAL-5 and HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)