Learning xpages

I am trying to learn how to design a domino application using xpages. I have started to take apart the Discussion (8.5) database/template and have a very specific question.

The search box that is in the TitleBar custom control is right-aligned in the browser, but sits in the panel panelTitleBar on the left. The search bar has a Theme applied to it, InputField.EditBox.search, however, in looking through the theme and the associated blue.css, I cannot find anywhere that it needs to be right justified.

Can someone point me in the right direction?

Subject: Found it :slight_smile:

.xspPanelSearch {float:right;

position:relative;

right:11px;

top:8px;

}

in blue.css

How do I change the theme?