Created attachment 19023 [details] Firefox snapshot
Created attachment 19024 [details] Chrome snapshot
Created attachment 19026 [details] [review] Bug 10471 - Global search input box and button geometry not always consistent This patch reorders the submit input object from the related templates and wraps the text input box inside a span. This way the span geometry is calculated with the submit input object there, to fill the rest of the div. CSS are adjusted so everything looks like before. I'm by no means expert in UI design so I know this might be far from perfect. I expect this to serve as a discussion for a proper solution that could be provided as followups if needed. Waiting for your comments! To+ Sponsored-by: Universidad Nacional de Córdoba
To test: - Take a look at the way every tab in the staff client's global search looks [1] * In circulation * At any other admin page - Apply the patch - Take a look at how they look, it should look slightly better (search box occupies the whole space, and the button lays on the very right side). Note: The best solution should copmlement this, and calculate the biggest size of the whole div and fix all into it. [1] Those two have different templates to render the search box and tabs.
Still valid?
I believe that this is no longer valid with the staff interface redesign.