I missed that one....
And the login bar on the right?
If you want to do it on a new theme
index.css:
#top_section_notice {
float: left;
to:
#top_section_notice {
float: right;
and:
#search_form {
float: right;
to:
#search_form {
float: left;
Otherwise you can just add:
#search_form {
float: left;
}
#top_section_notice {
float: right;
}
to your custom.css.