Description of problem: The search bar in the header is horizontally-challenged in Firefox 3 (not an issue in Firefox 2.x). Each form widget stacks vertically instead of lining up horizontally in one row. See attached screenshot. Lines 10 & 11 of /css/blue-nav-top.css are this: #header form { width: 50%; To fix the issue so it still looks okay in Firefox 2, lines 10 & 11 should be: #header form { width: 100%;
Created attachment 315103 [details] screenshot of the symptom
committed fix to spacewalk 0.2
Verified in spacewalk 0.2.
Spacewalk is released for long time.