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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | search.module_12.patch | 1019 bytes | tostinni |
Comments
Comment #1
tostinni commentedThe problem is that CSS is only included in
search_datawhich is called when returning the search results.I change its location to include it when displaying the search form.
Comment #2
dvessel commentedWorks! thanks tostinni.
Comment #3
dries commentedGood catch. Committed to DRUPAL-5 and HEAD.
Comment #4
(not verified) commented