I have a rich:toolbar in which I have a rich:toolBarGroup located to right. The problem is that the rich:toolBarGroup located to right is not visible anymore when resolution is 1280x1024. Reading the official documentation and searching all over the internet, I didn't find an option to resize rich:toolbar depending on the resolution. And I think maybe this is not the only possible solution. Do you have any idea how the problem can be solved?
<rich:toolBar height="34" itemSeparator="line">
<rich:toolBarGroup id="#{toolbarGroupId}" location="right">
<h:inputText style="font-size:10px;" id="quickSearch"
onkeypress="return _quickSearchEntityListKeyPressed(event)"
value="#{searchAction.textEntity}">
</h:inputText>
<a:commandButton id="quickSearchCmd" value="#{messages.search}"
action="#{searchBean[searchMethod]}" eventsQueue="queue"
reRender="entityListForm" image="img/_search18x18.gif"
style="vertical-align: top"
rendered="true">
</a:commandButton>
</rich:toolBarGroup>